SignalingChannelState
DESCRIPTION
Events a Signaling Channel can emit.
- NEW: The channel was just created.
- CONNECTED: The SDK received an indication that the client is online.
- DISCONNECTED: The SDK tried to send a message to the client but the client was offline.
- FAILED: The channel received a error, which is fatal in the protocol.
- CLOSED: The channel was closed by the application.
DECLARATION
enum class SignalingChannelState : std::uint8_t