Logo
Zoom Public API Documentation

Get a meeting's join token for local recording

GET {{baseUrl}}/meetings/:meetingId/jointoken/local_recording?bypass_waiting_room=<boolean>

Get a meeting's join token to allow for local recording. The join token lets a recording bot implemented using Zoom Meeting SDK to connect to a Zoom meeting. The recording bot can then automatically start locally recording. This supports both regular and raw local recording types.

Prerequisites: * The Local recording user setting enabled in the Zoom web portal.

Scopes: meeting_token:read:local_recording,meeting_token:read:admin:local_recording

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 
bypass_waiting_room
string Whether to bypass the waiting room.



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/local_recording?bypass_waiting_room=<boolean>?bypass_waiting_room=<boolean>' -H 'Accept: application/json'

ENDPOINTS