Logo
Zoom Public API Documentation

Get a meeting's join token for live streaming

GET {{baseUrl}}/meetings/:meetingId/jointoken/live_streaming

Get a meeting's join 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 for the meeting host. * The Allow livestreaming of meetings user setting enabled in the Zoom web portal.

Scopes: meeting_token:read:admin:live_streaming,meeting_token:read:live_streaming

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "expire_in": 120, "token": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/meetings/:meetingId/jointoken/live_streaming' -H 'Accept: application/json'

ENDPOINTS