Can I use Zoom to create meeting rooms in my app with these requirements?

I want to show a meeting link on a website, and if 5 people have joined via that meeting link, I want to hide it (meeting is full). The users should wait in the lobby until a predefined time. If one user leaves the lobby, I want to show the link again.

I don’t want to build a new UI. I just want to give users a link to Zoom.

Is this possible? And where do I start? Thanks!

Hey @Sam66,

Thank you for reaching out to the Zoom Developer Forum. I recommend using our meeting.participant_joined_waiting_room event to determine when a user has joined as well as the meeting.particpant_left_waiting_room and meeting.participant_left event.

When configured, you can receive a POST request on your server when these events ocurr.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

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