Update meeting recording settings
PATCH
{{baseUrl}}/meetings/:meetingId/recordings/settings
Updates settings applied to a meeting's Cloud Recording.
Scopes: recording:write
,recording:write:admin
Rate Limit Label: LIGHT
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
RESPONSES
status
curl -X PATCH 'https://api.zoom.us/v2/meetings/:meetingId/recordings/settings' -H 'Content-Type: application/json' -d '{"approval_type":0,"authentication_domains":"\u003cstring\u003e","authentication_option":"\u003cstring\u003e","on_demand":"\u003cboolean\u003e","password":"\u003cstring\u003e","recording_authentication":"\u003cboolean\u003e","send_email_to_host":"\u003cboolean\u003e","share_recording":"none","show_social_share_buttons":"\u003cboolean\u003e","topic":"\u003cstring\u003e","viewer_download":"\u003cboolean\u003e"}'