Raise A Hand: Enable nonverbal feedback via API

Description
Could someone clarify whether the meeting setting for “nonverbal feedback” is available to enable via the Settings Update or some other scope?

My app uses the create meetings endpoint to set up recurring meetings for hosts and I would like to enable the nonverbal feedback options for all meetings created by our app.

I see that https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettingsupdate does allow updating in-meeting settings but I do not see that one among the listed settings in the documentation.

Error
When I created meetings through this API the non-verbal feedback actions were not available.

OAuth

Which Endpoint/s?

/accounts/{accountId}/settings

/users/{userId}/meetings

Hey @meg.phillips91, thanks for posting and using Zoom!

The “non verbal” setting can be set at the user settings level in the in_meeting request body object.

Let me know if that helps! :slight_smile:

Thanks,
Tommy

1 Like

Tommy, I will add user settings scope to my app and then try again. I will update you. Thank you for the prompt response.

2 Likes

Welcome to the Zoom Developer Community @meg.phillips91!
#codeHappy