Interface UpdateConnectionState

The connection state has changed. This update must be used only to show a human-readable description of the connection state. Subtype of Update.

interface UpdateConnectionState {
    @type: "updateConnectionState";
    state: ConnectionState;
}

Properties

Properties

@type: "updateConnectionState"

The new connection state.