Livestreams
Create an independent livestream
Fetch all livestreams
Stop livestreaming a meeting
Start livestreaming a meeting
Fetch complete analytics data for your livestreams
Fetch day-wise session and recording analytics data for an App
Fetch active livestreams for a meeting
Fetch livestream session details using livestream session ID
Fetch active livestream session details
Fetch livestream details using livestream ID
ModelsExpand Collapse
LivestreamCreateIndependentLivestreamResponse = object { data, success }
LivestreamGetAllLivestreamsResponse = object { data, success }
data: optional object { id, created_at, disabled, 8 more }
Timestamp the object was created at. The time is returned in ISO format.
The server URL to which the RTMP encoder sends the video and audio data.
LivestreamStartLivestreamingAMeetingResponse = object { data, success }
LivestreamGetOrgAnalyticsResponse = object { data, success }
data: optional object { recording_stats, session_stats }
recording_stats: optional object { day_stats, recording_count, recording_minutes_consumed } Recording statistics of an App during the range specified
Recording statistics of an App during the range specified
LivestreamGetMeetingActiveLivestreamsResponse = object { data, success }
data: optional object { id, created_at, disabled, 7 more }
LivestreamGetLivestreamSessionDetailsForSessionIDResponse = object { data, success }
LivestreamGetActiveLivestreamsForLivestreamIDResponse = object { data, success }
data: optional object { livestream, session }
livestream: optional object { id, created_at, disabled, 7 more }
session: optional object { id, created_at, err_message, 7 more }
Timestamp the object was created at. The time is returned in ISO format.
The time duration for which the input was given or the meeting was streamed.
Timestamp the object was invoked. The time is returned in ISO format.
Timestamp the object was started. The time is returned in ISO format.
Timestamp the object was stopped. The time is returned in ISO format.
LivestreamGetLivestreamSessionForLivestreamIDResponse = object { data, success }
data: optional object { livestream, paging, session }
livestream: optional object { id, created_at, disabled, 7 more }
session: optional object { id, created_at, err_message, 7 more }
Timestamp the object was created at. The time is returned in ISO format.
The time duration for which the input was given or the meeting was streamed.
Timestamp the object was invoked. The time is returned in ISO format.
Timestamp the object was started. The time is returned in ISO format.
Timestamp the object was stopped. The time is returned in ISO format.