GET {{baseUrl}}/meetings/:meetingId/livestream
Zoom allows users to livestream a meeting to a custom platform. Get a meeting's livestream configuration details such as Stream URL, Stream Key and Page URL. Prerequisites: Meeting host must be a licensed user with a Pro or higher plan. Live streaming details must have been configured for the meeting. Scopes: Rate Limit Label:
meeting:read:admin
,meeting:read
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"page_url": "<string>",
"stream_key": "<string>",
"stream_url": "<string>",
"resolution": "<string>"
} |
ENDPOINTS