LiveStreamState interface
Represents the current Real-Time Messaging Protocol (RTMP) live streaming state of a meeting.
Remarks
RTMP is a popular communication protocol for streaming audio, video, and data over the Internet.
Properties
error | error object in case there is a failure |
is |
true when the current meeting is being streamed through RTMP, or false if it is not. |
Property Details
error
error object in case there is a failure
error?: { code: string, message?: string }
Property Value
{ code: string, message?: string }
isStreaming
true when the current meeting is being streamed through RTMP, or false if it is not.
isStreaming: boolean
Property Value
boolean