100 clients, 50 meetings will cross 100 meetings rate limit?

I am a software provider and have many clients who want to integrate with ZOOM. Does this mean for my ZOOM app I can only run 100 meetings / 24 hour period for all of my clients?

For example:
Suppose clients will create or schedule meetings from desktop client.(No API used)

If I have 100 clients who want to have 50 meetings per day, in total, I am having 5000 meetings and I have gone over my limit?

OR, is each user requesting a meeting considered to be a separate user and has not gone over the 100 rate limit?

If the former is the case, how can providers adequately integrate with ZOOM? Am I following the wrong procedure for integration based on my use-case-scenario?

What is the rate limit on ZoomMtg.join function in SDK?
https://github.com/zoom/websdk-sample-signature-node.js

What is the rate limit on signature generation at server?
https://github.com/zoom/websdk

Please clear the confusion.

Hey @jitendra.1607,

The meeting creation limit is 100 meetings per day per user.

Let me know if you have additional questions.

Thanks,
Tommy

What is the rate limit on signature generation at server?

Hey @jitendra.1607,

There is no rate limit for generating a Web SDK signature. This is purely code, it does not call any Zoom API.

Thanks,
Tommy

1 Like

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