Skip to main content

Enumeration: BroadcastState

State of the WebrtcIngest instance.

Enumeration Members

broadcasting

broadcasting = "broadcasting"

When the WebrtcIngest instance has an active connection with the server. Having a connection is not the same as an active healthy stream.


initializing

initializing = "initializing"

When the WebrtcIngest instance have been disconnected or is not yet connected to the server.


not_broadcasting

not_broadcasting = "not_broadcasting"

When the WebrtcIngest instance have been disconnected or is not yet connected to the server.