Enumeration: ConnectionState
State of the WebrtcIngest instance.
Enumeration Members
connected
• connected = "connected"
When the WebrtcIngest instance has an active connection with the server. Having a connection is not the same as an active healthy stream.
connecting
• connecting = "connecting"
When the WebrtcIngest is connecting.
disconnected
• disconnected = "disconnected"
When the WebrtcIngest instance have been disconnected or is not yet connected to the server.