Update Settings of a Meeting while its running

Description
Update Settings of a Meeting while its running and changes should reflect without restarting the meeting.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
https://api.zoom.us/v2/meetings/{meetingId}

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. https://api.zoom.us/v2/meetings/{meetingId}
  2. Enable waiting room in the meeting after 15 mins after the meeting is already started
  3. Now any participant who joins after 15 mins the meeting is started he shall enter the meeting room

Is there any other way to achieve the above mentioned fuctionaity??

Hi @helloparent, you can update the settings of a meeting while it is running. To enable waiting room, use the Update Meeting API as you have linked.

However, in-meeting features to control host functions are not currently exposed through the API.