Web SDK : Error 3633 : You have reached the API limit for this call

I found the origin of the problem, I had a problem in my Javascript code, which launched twice the method “ZoomMtg.init”.
So if you have this error code “3633”, you have to check your code which has to launch several instances in parallel.

Thanks