Description
We’re developing an online platform that requires us to generate zoom meetings for different people. These people may or may not have a Zoom Account, and they may not need to do one. The problem is that since we’re a small team, we can’t afford the pro or Business Licenses. Is there another way to do so?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
We tried using my personal account’s OAuth token, but we quickly found out that we can’t create 2 different meetings at the same time.
Which Endpoint/s?
/meetings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Create a meeting with a user id and access token with different participants
- Create a second one with the same credentials and other people
- The other people can’t come to the meeting.