Is there any api or Method to disable chat, poll, QA etc

Team,

Our Account No. 700176XXXX

we have a query from our end

Is there any api or Method to disable chat, poll, QA etc.

I couldn’t find answers in the forum regarding this API or Method to disable chat, poll, QA.

for any webinar or a meeting , we need to have a control on chat , poll, QA but in programmatical manner.

Not only API, if it is present in SDK or webhook notification or any forms . please let us know .

I have tried the below api, but it is not reflecting in zoom client

Link : https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettingsupdate

Endpoint : https://api.zoom.us/v2/accounts/{accountId}/settings

{accountid} – we are passing the values as me

For authorization purpose : we are using the jwt token

Parameters below :

{“e2e_encryption”:null,“chat”:“false”,“private_chat”:“false”,“auto_saving_chat”:“false”,“feedback”:null,“post_meeting_feedback”:null,“co_host”:null,“polling”:“false”,“attendee_on_hold”:null,“show_meeting_control_toolbar”:“false”,“allow_show_zoom_windows”:null,“annotation”:null,“whiteboard”:null,“webinar_question_answer”:“false”,“anonymous_question_answer”:“false”,“breakout_room”:null,“closed_caption”:null,“far_end_camera_control”:null,“group_hd”:null,“virtual_background”:null,“watermark”:null,“alert_guest_join”:null,“auto_answer”:null,“p2p_connetion”:null,“p2p_ports”:null,“ports_range”:null,“sending_default_email_invites”:null,“use_html_format_email”:null,“dscp_marking”:null,“dscp_audio”:null,“dscp_video”:null,“stereo_audio”:null,“original_audio”:null,“screen_sharing”:“false”,“remote_control”:null}

kindly let us know the solution for this.

Hi @sulekhalive,

To delete a poll for a scheduled meeting, you can use this endpoint:
https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingpolldelete

To update whether polling is enabled for an entire account, you can use this endpoint:
https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettingsupdate

Meeting Chat cannot be controlled via API, you will need to use the UI/Client for this:
https://support.zoom.us/hc/en-us/articles/115004809306-Controlling-and-disabling-in-meeting-chat

For Q&A during a Webinar, you will need to set this in the UI:
https://support.zoom.us/hc/en-us/articles/203686015-Using-Q-A-as-the-webinar-host#h_cc67500f-3ceb-400d-8f3e-4ffdfccccf3f

Alternatively, you might consider using a template for webinars, which can be applied via API. This is covered in this thread:

Let me know if this helps to clarify,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.