GET {{baseUrl}}/webinars/:webinarId/livestream
Get a webinar's live stream configuration details, such as Stream URL, Stream Key and Page URL. Zoom allows users to live stream a webinar to a custom platform. Prerequisites: Pro or higher plan with the webinar add-on. Live streaming details must have been configured for the webinar. Scopes: Rate Limit Label:
webinar:read:admin
,webinar: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