How to join zoom meeting without entering into waiting room

Hello,
I create ios application using zoom sdk where am creating zoom meeting using API
and start and join meeting using zoom sdk
when the meeting starts hosts get notification to admit participants in zoom meeting
I want scenario where participants should get direct entry in meeting instead of host to admit them in meeting.

Hey @shraddhap,

Thanks for using the dev forum!

To disable waiting rooms you must enable a meeting password. When generating the meeting, disable waiting rooms. There is a boolean flag in this endpoint https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate under “settings” called “waiting_room”; set this to false when creating your meeting.

Thanks!
Michael

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