Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2021-07-22 07:05 PM
This question is asked previously, but I would like to check what is the status of it.
https://devforum.zoom.us/t/request-permission-to-unmute-participants/29228
We are an online school and have LTI integrated our LMS with Zoom. How can we enable the pre-approved consent every time a meeting is started? Please note each meeting ID is different and it is not a reoccurring meeting.
https://support.zoom.us/hc/en-us/articles/203435537-Muting-and-unmuting-participants-in-a-meeting
2021-07-29 08:02 AM
Hi @joshi, thank you for submitting your question in the Zoom Community.
We checked the post in the development forum, and it looks like that this feature request was developed and included in the November 2020 web release.
You can check the release notes at https://support.zoom.us/hc/en-us/articles/204758419-Release-notes-for-Web
It should be in the November 22 one, listed as Added new fields(“request_permission_to_unmute_participants”) in the Account Settings, Group Settings, User Settings and Lock Settings APIs.
2021-08-01 06:32 AM
Hi @Sof
Thanks for this. We are using APIs to create meetings. How can it be achieved in it?
2021-08-04 01:38 AM
Hi @joshi,
Thank you for your question.
This option is part of the account, group or user settings, and you can decide to lock it at account level. This means that you don't enable/disable it for a specific meeting, but the host that creates the meeting has it enabled or not depending on the settings.
Below the different levels at which it can be enabled:
- Get account settings: GET /v2/accounts/{accountId}/settings
- Update account settings: PATCH /v2/accounts/{accountId}/settings
- Get group settings: GET /v2/groups/{groupId}/settings
- Update group settings: PATCH /v2/groups/{groupId}/settings
- Get user settings: GET /v2/users/{userId}/settings
- Update user settings: PATCH /v2/users/{userId}/settings
To lock the feature at account or group level:
See also:
https://marketplace.zoom.us/docs/api-reference/master-account-apis/account-apis
Let me know if this helps. If this solved your question, please click "Accept as Solution".