I have a script that checks for changes at the account and group level, sometimes Zoom pushes new settings . So my script has captured attached changes, but am not able to locate this in the zoom admin page under scheduled meeting, can someone help me.
Setting section: schedule_meeting
old value
{
“continuous_meeting_chat”: {
“enable”: false,
“show_add_user_to_cmc”: false,
“show_add_external_users_to_cmc”: false,
“who_is_added”: “org_invitees”
}
}
new value :
{
"continuous_meeting_chat": {
"enable": false,
"support_scheduled_meetings": false,
"support_instant_meetings": false,
"show_add_user_to_cmc": false,
"show_add_external_users_to_cmc": false,
"who_is_added": "org_invitees"
}
}