Get a webinar's join token for live streaming
GET {{baseUrl}}/webinars/:webinarId/jointoken/live_streaming
Use this API to get a webinar's archive token to allow live streaming. The join token allows a recording bot implemented using Zoom meeting SDK to connect to a Zoom meeting "hosted by the issuer of the token", and can call the streaming method automatically. It supports both regular live streaming, and raw streaming.
Prerequisites:
- A Pro or higher plan with a Webinar Add-on.
- The
Allow livestreaming of webinars user setting enabled in the Zoom web portal.
Scopes:
webinar_token:read:admin:live_streaming
,
webinar_token:read:live_streaming
Rate Limit Label
:
Light
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"expire_in":120,"token":"\u003cstring\u003e"}