Multiple meetings in One HTML Page

I have a webpage that has 10 links, each representing one zoom meeting that is already hosted and running. I’d like a user to join said meeting via the button. Is it possible for me to embed the meeting id and password or make the button a url join?

Thanks!

Hey @msiddhant22,

Yes, that is possible! Just use the join_url from a meeting! :slight_smile:

zoom.us/j/{meetingNumber}?pwd={meetingPasscode}

Thanks,
Tommy

I was able to figure that out, but my issue is that I would like to force the users to use the web client instead of the application. I had someone else reach out to me as suggest I use /wc/ instead of /j/ in my URL but that did not work and I was shown an 404 page.

Hey @msiddhant22,

Please see my response here and let me know if this helps! If you’re still having trouble, feel free to reply here:

Thanks,
Will

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