Interface: WebrtcIngestEvents
Events that the WebrtcIngest instance can emit.
Properties
broadcast state change
• broadcast state change: BroadcastState
Emitted when the broadcast state is changed
connection state change
• connection state change: ConnectionState
Emitted when the connection state is changed
error
• error: VindralError
Triggered when the an error is encountered that can not be recovered from automatically. If fatal, will trigger an unload of the instance.
outbound resolution change
• outbound resolution change: ResolutionState
Triggered when the outbound resolution is changed
score change
• score change: number
Triggered when the general session health has changed. See IWebrtcIngestStats for information.