Interface ConnectionState

Contains the state for a connection. The stateType field identifies what type of state it is. Only the field corresponding to that type will be set, the rest will be null. If stateType=not_set, then none of the fields will be set.

Hierarchy

  • ConnectionState

Properties

connectionId: string
globalState?: GlobalState
state?: StateBlob
streamState?: StreamState[]

Generated using TypeDoc