GET {{baseUrl}}/meetings/:meetingId/recordings/settings
Retrieves settings applied to a meeting's Cloud Recording. Scopes: Rate Limit Label: recording:read:admin
,recording:read
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"approval_type": 2,
"authentication_domains": "<string>",
"authentication_option": "<string>",
"on_demand": "<boolean>",
"password": "<string>",
"recording_authentication": "<boolean>",
"send_email_to_host": "<boolean>",
"share_recording": "publicly",
"show_social_share_buttons": "<boolean>",
"topic": "<string>",
"viewer_download": "<boolean>"
} |
ENDPOINTS