Error message if streaming failed to start or encountered an error, null otherwise
User ID being featured in the stream, null if grid view
Whether live streaming is active
Whether a streaming start request is in progress.
True from when startStreaming() is called until the server confirms streaming has started.
Server-assigned streaming ID, null if not streaming
When the streaming started, null if not streaming
Playback URL for the stream, null if not available
Streaming state for live broadcasts.
Remarks
Tracks whether the meeting is being live-streamed. Like recording, streaming is asynchronous --
isStreamingStartingistruewhile the streaming bot is spinning up, andisStreamingbecomestrueonce the broadcast is live.Example
Streaming status display:
See
StreamingOptions for streaming configuration