Number of APIs: 2
DELETE {{baseUrl}}/meetings/:meetingId/recordings?action=trash
Delete all recording files of a meeting. Prerequisites:
* Cloud Recording should be enabled on the user's account. Scopes: Rate Limit Label: recording:write:admin
,recording:write
Light
GET {{baseUrl}}/meetings/:meetingId/recordings?include_fields=<string>&ttl=<integer>
Returns all of a meeting's recordings. Use the Example: Scopes: Rate Limit Label: download_url
property listed in the response to download the recording files. To access a passcode-protected cloud recording, send the user's OAuth access token as a Bearer token in the Authorization header. curl -H 'Authorization: Bearer <ACCESS_TOKEN>' https://{{base-domain}}/rec/archive/download/xyz
recording:read
,phone_recording:read:admin
LIGHT
ENDPOINTS