Creating Zoom Webinar From Multiple Clients Under One License

Hello,

My question is a general question related to Zoom SDK and licensing.

Here is an example of what I want to happen.

  1. Client creates their Zoom Webinar on my application, such as they put the name, desc, time of the webinar.
  2. Zoom creates a link for everyone to join.

However, I have more than one client and each client has their own User ID. Because of this, they are not creating new webinars under the same User ID.

Does this mean that each one of my clients will need a licence for their own webinars that they create and will they be the host or co-host?

What I would like to do is act as the Host but give permission to certain users where they can create their own webinars within my application.

Thanks.

Hey @Meathead,

Thank you for reaching out to the Zoom Developer Forum. If you want to create webinars under your account, instead of on behalf of other users, you’ll want to authenticate using a JWT token from a JWT App.

This will ensure that the API calls pertain to your account and each user will not need a Webinar license.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

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