SignalingDeviceState
DESCRIPTION
States signaling device can be in.
- NEW: The SignalingDevice was just created.
- CONNECTING: A connection to the backend is being established.
- CONNECTED: The connection to the backend is established.
- WAIT_RETRY: A connection was closed and the device is waiting for exponential backoff.
- FAILED: Something went wrong in the device and it cannot be recovered. A new SignalingDevice must be created to use the SDK.
- CLOSED: The device has been closed.
DECLARATION
enum class SignalingDeviceState : std::uint8_t