Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
357 views
in Technique[技术] by (71.8m points)

ratelimit - How Zoom manages API rate limit?

I am integrating Zoom APIs in our portal. For this, we have made an OAuth Application in Zoom's marketplace.

Now, our users need to login to our portal and install that zoom application with their zoom account, so that we can create meetings on behalf of them. But there is a limit of calling "create a meeting" API of 100 Req. per day and 20 Req. per second.

Now the query is if zoom will deduct the limit from the application owner's account ie us or from our user's account who installed that application.

For eg: If I create an Oauth Application using an account [email protected] and I have 2 clients whose email id is as follows:

Client 1: [email protected] Client 2: [email protected]

Now if I hit "create a meeting" API for Client 1 ([email protected]), then the limit quota will decrease from our account ie [email protected], or from Client 1 ([email protected]) account.

We are using OAuth Application

question from:https://stackoverflow.com/questions/65559537/how-zoom-manages-api-rate-limit

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...