Simultaneous meetings with different hosts

I have a website, where a host must have a meeting to play bingo through the website. In the game room there is a zoom meeting iframe for all the players in that room.

The problem I have is that the meetings are created with my API (api_key and api_secret) and it doesn’t allow that there are simultaneous meetings, so I want to know how I can add multiple hosts for each meeting.

Hey @joma51290,

You could either create multiple users on your Zoom account to be the meeting hosts, or use OAuth, to create meetings on authorized users behalf so they would be the host.

Thanks,
Tommy