Get live stream details
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:
webinar:read:admin
,
webinar:read
Rate Limit Label
:
LIGHT
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"page_url":"\u003cstring\u003e","stream_key":"\u003cstring\u003e","stream_url":"\u003cstring\u003e","resolution":"\u003cstring\u003e"}