Description
Using Postman Native client, raw JSON, I can disable (false) a) record active speaker with shared screen via “record_speaker_view”:false b) record gallery view with shared screen via “record_gallery_view”:false. But I cannot false out "“record active speaker, gallery view and shared screen separately” and the sub choices are still selected. Doesn’t this mean that one line is still enabled, I am still having all speaker view, gallery view, and shared screen recorded?
Error
No error. Receive a 204 No Content
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT - inherit auth from parent
Which Endpoint/s?
{{baseUrl}}/users/:userId/settings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- {
“schedule_meeting”:{
“audio_type”:“both”
},
“in_meeting”:{
“remote_control”:false
},
“email_notification”:{
“cancel_meeting_reminder”:true
},
“recording”:{
“local_recording”:false,
“cloud_recording”:true,
“record_speaker_view”:false,
“record_gallery_view”:false,
“record_audio_file”:false,
“save_chat_text”:true,
“show_timestamp”:false,
“recording_audio_transcript”:true
},
“integration”:{
“linkedin_sales_navigator”:false
}
} - See Screenshots (below)
Additional context
We are trying to save space in the cloud by disabling most recordings by default WITHOUT locking settings.
Edit reason: Added endpoint