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

Request Params

KeyDatatypeRequiredDescription
bypass_waiting_roomstringWhether to bypass the waiting room.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;expire_in&quot;:120,&quot;token&quot;:&quot;\u003cstring\u003e&quot;}