Enumeration: StreamStatus#
Defined in: AppStreamer.ts:52
The status of the stream.
Enumeration Members#
cancelled#
cancelled:
3
Defined in: AppStreamer.ts:60
The stream is cancelled.
connected#
connected:
2
Defined in: AppStreamer.ts:58
The stream is connected.
connecting#
connecting:
1
Defined in: AppStreamer.ts:56
The stream is connecting.
error#
error:
4
Defined in: AppStreamer.ts:62
The stream is in an error state.
none#
none:
0
Defined in: AppStreamer.ts:54
The stream is not connected.