Rate limits on joining meetings/webinars?

Description
Every day, our account experiences an issue where it starts off fine, people can join webinars and meetings via the WebSDK, but after a while, we start getting join error messages. We wait a few hours, and we can join webinars and meetings again. We are well within the rate limits described by Zoom, so we think there has to be something else going on. We are on a paid account, and everything functions fine but then after a while, we just can’t prevent the join errors (which have no error codes or descriptions of any kind) to stop.

{
method: “join”,
status: false,
errorCode: 1,
errorMessage: “joining fail”,
result: null
}

We have tried at least 5 different browser types, so we know that’s not the issue. We even plugged our API key and secret into the Github sample app, and same result. We know it’s not a signature problem because it always works fine and then after traffic increases or the day goes on, the error message starts becoming more frequent until it just totally takes over for the next few hours.

1 Like

Started seeing this issue as well over here.

Are there any things related to the plan we have in the Zoom account? I guess you guys force people to use PRO account for bandwith purpose?

Do we need to upgrade to a higher account?

@tommy @michael_p.zoom

As we observed, once the number of meeting participants is approaching to 300, users start getting the “joining fail” errors in the web SDK. It has caused extremely negative consequence on our customers.

Does it mean that Zoom web SDK cannot work for large meeting size (>300 participants) at all? Please advise.

@tommy @michael_p.zoom Any news? Been waiting a long time for a response, this is a very damaging issue for us.

It can’t be something related to Pro accounts, many of our clients have very large Enterprise level accounts with Zoom, maxing out all limits as far as we know. Yet they still experience this error message and it has been damaging their attendee experience significantly.

@tommy @michael_p.zoom Can we please get some support here? We’ve previously asked this question, sent meeting and webinar IDs, etc. to no avail.

@xinxin @ryan-sey - The WebSDK can hold up to 1000 attendees[1] if you have the right plan, if you have a Pro account it holds up to 100 participants by default unless you buy a Meeting 500 add-on. Business accounts can hold up to 300 participants by default[2].

Can you provide the meeting IDs? Also, are the participant count going over the attendee limit?

1 - https://devsupport.zoom.us/hc/en-us/sections/9220917097869-web
2 - Plans & Pricing for Zoom One | Zoom

I think there is a misunderstanding here.

So the use case:

Client A have an enterprise level account ( 1000 attendees / meeting ) and has a meeting let say X

We are using WebSDK JWT App created by our own account ( PRO )

If there are 1000 chrome browser accessing meeting X through our WebSDK JWT app, will the PRO account rate limit apply instead of the client enterprise limit?

@michael_p.zoom Right, but that’s not the case here. Accounts we manage have limits of 500 and 1,000 and still get cut off around the 300 mark. Even more so when they have multiple webinars running under the same account at the same time, but they have multiple host licenses so each one should be able to hold 500 or 1,000. However, the whole system collapses around the 300 mark (in total, across all concurrent webinars) every single time.

Further to that @developer-whova asked an important question. Is the limit enforced based on who owns the webinar, or the JWT credentials? Because we have experienced the same issue in both cases.

Further to this, is it not possible to put a descriptive error message so that we don’t have to guess and go back and forth like this for weeks? The error message does not tell us anything about what the issue is. Thanks.

Hey @developer-whova,

It depends on the host of the Meeting / Webinar.

Are you using the Web SDK to join the meeting / webinar or host it?

Thanks,
Tommy

Hey @ryan-sey,

First off, we are releasing better error messages in version 1.7.9, so stay tuned. :slight_smile:

It seems like this could be an issue with the Web SDK. I will share this with our Web SDK engineers and get back to you all. (CS-1944)

Thanks,
Tommy

Then this seems to be an issue on Zoom’s end: the limit does not seem to match the host’s plan, but the Web SDK plan. We do not use the Web SDK to host meetings, but to join the meeting.

From our observations, Zoom is enforcing some limit on the number of concurrent users of the Web SDK, even if those users are attending different meetings, and that the limit seems to sit around 300 users. For example, if 100 users attend meeting A, 100 users attend meeting B and 100 users attend meeting C, this limit will be reached.

It also seems that the limit applies based on the developer’s account plan, not based on the meeting host plan.
For example, the host plan can support 1,000+ attendees per meeting, but the Zoom Web SDK will only allow up to 300 attendees at a time across all meetings. Additionally, once the limit is reached, no meeting can be accessed, even if those hosted by different customers.

One final observation confirming this is that the meetings that could not be joined using the Web SDK while the limit was reached, could be joined using other means (e.g.: App SDK, Zoom Desktop Client, …).

Best.

Thanks for the additional info @simon.ninon!

We are looking into the issue and will provide you with updates.

-Tommy

Just to let you know, it seems it happened again today and affected multiple customers (at least 3) between 12:00 PM and 12:15 PM. For this one, I am not 100% sure it is the same issue because by the time our customer support caught it, it was resolved, but the symptoms are all the same (increase of number of users / load of the Web SDK causing join failure on all meetings across different customers).

Best

Hey @simon.ninon,

We were able to reproduce the issue and are working to find the root cause.

Thanks for your patience,
Tommy

Great, thanks for the update!

1 Like

You are welcome! :slight_smile:

Thanks,
Tommy

Hey @tommy

We noticed that the upcoming SDK, 1.7.9, will implement “new rate limit”: https://marketplace.zoom.us/docs/guides/stay-up-to-date/upcoming-changes/web-sdk

Will this address our issue, or is it unrelated? If it does, is it possible to get more information regarding these new limits so that we can better understand what to expect?

Best

Hey @simon.ninon,

The rate limit update is different from your issue. It is related to in meeting functions to prevent users from spam pressing buttons. For example, if someone calls the mute button over 10 time per second. The current rate limit is 5 p/s so we will disable the action.

Thanks,
Tommy

Hey @tommy , we seem to be experiencing a similar behavior to this as well, so I have been following this thread with curiosity, can you expand upon what the actual issue is that @simon.ninon and his team are facing?