Enumeration: StreamStatus#
The status of the stream.
Enumeration Members#
cancelled#
cancelled:
3
The stream is cancelled.
connected#
connected:
2
The stream is connected.
connecting#
connecting:
1
The stream is connecting.
error#
error:
4
The stream is in an error state.
none#
none:
0
The stream is not connected.