Number of APIs: 3
1. Delete session's recordings
DELETE {{baseUrl}}/videosdk/sessions/:sessionId/recordings?action=trash
Delete all recording files of a session. Rate Limit Label: Light
Prerequisites:
* Cloud Recording should be enabled on the user's account.
2. Recover session's recordings
PUT {{baseUrl}}/videosdk/sessions/:sessionId/recordings/status
Zoom allows users to recover recordings from trash for up to 30 days from the deletion date. Rate Limit Label: Light
Prerequisites:
* Video SDK account with Cloud Recording enabled.
GET {{baseUrl}}/videosdk/sessions/:sessionId/recordings?include_fields=download_access_token&ttl=0
Get all the [recordings] from a session instance. The recording files can be downloaded via the To access a password-protected cloud recording, add an Rate Limit Label: download_url
property listed in the response.
access_token
parameter to the download URL and provide JWT as the access_token
value.Light
ENDPOINTS