Zoom web sdk integration is not working

Hey @tommy,
Thanks for responding.

I have followed the following project.

After adding lib from CDN like this ZoomMtg.setZoomJSLib(“https://source.zoom.us/1.7.5/lib”, “/av”) + loading bootstrap.css and react-select.css from cdn too. This started working.

Earliar ZoomMtg was not loading and getting undefined value for it.

I have managed to solve the UI issue after manipulating #zmmtg-root a bit too, after following this post:

Now I am stuck with different issue as explained below:
Two different hosts cannot join two parallel meetings using the same API Key and API Secret.

  1. Is this expected behaviour? Do I need to create separate API Key and API Secret for all the users who want to join meeting from web sdk?

  2. Is there any possible good alternate solution to join different meetings by different people, using same API Key and API Secret?

Thanks
Taushif