Hello,
I have 7 pro zoom accounts and one zoom web market place app.
I would like to understand how the usage calculated. How many zoom web app I can run simultaneously and how many participants per meeting.
Is it 7 and 100 participants per zoom web?
Hey @Arnold.Simha,
You can run one meeting at a time for each host:
For the number of participants that can join, it is based on your pricing plan: Zoom Video Conferencing Plans & Pricing | Zoom - Zoom
Thanks,
Tommy
So if I have 7 accounts I can have 7 multiple zoom meetings. From my testing I was able to create a zoom web sdk meeting without host, this why I’m confused
Hey @Arnold.Simha,
That is correct!
Can you explain further what you are doing? The Web SDK does not have the ability to create meetings.
Thanks,
Tommy
I’m using GitHub - zoom/websdk: Zoom Web SDK and c# backend to create a meeting. This way I managed to create a meeting with no actual host, with only participants.
Hey @Arnold.Simha,
Gotcha, but with the Create Meeting API, the userId you pass in is the host of the meeting.
Thanks,
Tommy