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"
}
}
Hi @samparkravi
I am currently looking into this issue and it seems like this could have been an issue on our end and we are working on fixing this
I will update you as soon as I have more information
Thanks Elisa, does it mean there are no new changes?
I am confirming that information with our Engineering team
I will let you know as soon as possible
any update on this Elisa?
Hi @samparkravi
We are going to revert this change to how it was a couple releases ago.
I am still waiting for confirmation on what fields we will return
I haven’t seen anything on this, but my script has detected more changes
under chat old value
{
"share_files": {},
"create_group_chat": null,
"download_file": null,
"share_screen_in_chat": null,
"ai_summary": null,
"ai_compose": null,
"ai_quick_reply": null,
"ai_sentence_completion": null,
"ai_quick_schedule": null,
"survey_poll": null,
"chat_email_address": null,
"read_receipts": null,
"allow_delete_message": null,
"allow_edit_message": null
}
new value
"share_files": {
"enable": false
},
"create_group_chat": true,
"download_file": false,
"share_screen_in_chat": false,
"ai_summary": {
"enable": false
},
"ai_compose": {
"enable": false
},
"ai_quick_reply": false,
"ai_sentence_completion": false,
"ai_quick_schedule": false,
"survey_poll": false,
"chat_email_address": {
"enable": false
},
"read_receipts": {
"enable": false
},
"allow_delete_message": {
"enable": false,
"time": 0
},
"allow_edit_message": {
"enable": false,
"time": 0
}
**}
i cannot find time : 0 field**
on the admin page and many settings which show false from null, were already disabled before too.