Cannot get Zoom web client to load the meeting. Been trying for a couple weeks now, and Mike Purnell took issue to dev team, and said fix was released last weekend, but still occurs and no one has been able to assist.
Signature is generated on the fly using Heroku, with JWT API Key and Secret. Meeting does not require authentication.
Can you see what’s wrong?
That black screen appeared to occur because . toString failing in the zoom js because password was not passed in. Password should not be required. But, i added password=‘none’, and now I get this error again:
{method: “join”, status: false, result: null, errorMessage: “The meeting number is wrong.”, errorCode: 1}
I’ve made sure the meeting is running, and still this always fails with The meeting number is wrong.
Have you tried passWord = ‘’ or passWord = null? I think I use passWord=null and it seems to be working working. Also, check your casing on the “passWord” property. It does need to be “passWord” as JavaScript is case sensitive.
Also can you paste your Init and Join blocks of code please?
For anyone getting similar errors, I found the following:
The Heroku signature didn’t work for me, but after passing in the password to the data body, I got the php example working on my own server and got a correct signature.
However after this, I got a timeout error that was fixed by using a pro account.