I saw a mistake on the Web SDK that triggered that error. Please check this page:
https://marketplace.zoom.us/docs/sdk/native-sdks/web/essential/start-join-meeting
On the parameters passed to
ZoomMtg.join({
signature: response,
apiKey: meetConfig.apiKey,
meetingNumber: meetConfig.meetingNumber,
userName: meetConfig.userName,
// Email required for Webinars
userEmail: meetConfig.userEmail,
// password optional; set by Host
password: meetConfig.passWord
error(res) {
console.log(res)
}
})
it says password and thatâs incorrect. The parameter name should be passWord. Also notice that the error callback is wrongly typed.
rolama
(Mario)
May 28, 2020, 2:19pm
22
Not really, the result its to same.
not is the name of the password.
@tommy any updates?
I found this in the reference document
https://marketplace.zoom.us/docs/sdk/native-sdks/web/reference
ZoomMtg.join({
meetingNumber:,
userName: âUser nameâ,
userEmail: ââ,
passWord: ââ,
apiKey: âAPI_KEYâ,
signature: âSIGNATUREâ,
participantId: âUUIDâ, adding the participantId : ââ solved the issue for me.
success: function(res){console.log(res)},
error: function(res){console.log(res)}
});
1 Like
tommy
(Tommy Gaessler)
June 5, 2020, 12:04am
24
Hey @sajarora , @junaiddev92 , @aremesal , @moi12_fre ,
Please see my Web SDK checklist here:
Hey @ctapiero , @mikko.valjento , @ilseferman , @tmswartz12 , @elena1 , @arhossainim , @cinemed , @penar.musaraj , @mystery , @alexeygfi ,
This error can happen if:
You are not using a JWT App type for the key and secret.
You are not using a Pro or higher Zoom account .
You are not using a real, running meeting / webinar id.
There is an issue with your signature generation .
If you are still having this issue, please email your meeting ID and Web SDK signature to developersupport@zoom.us with the erroâŚ
Thanks,
Tommy
tommy
(Tommy Gaessler)
June 5, 2020, 12:04am
25
Happy to hear you got it working @karthik.rt !
-Tommy
tommy
(Tommy Gaessler)
June 5, 2020, 12:05am
26
Hey @TasosReality ,
Thanks for pointing that out. The passWord key does need to have a an uppercase W.
Thanks,
Tommy
tommy
(Tommy Gaessler)
June 5, 2020, 12:07am
27
Hey @rolama ,
Please see my direct message to you.
Thanks,
Tommy
@tommy , would it be possible to get this documentation fixed for future developers. I just spent 3-4 hours troubleshooting my code on a time sensitive project. I was working off of the example with the incorrect parameter âpasswordâ. This was quite frustrating.
Thanks @TasosReality for posting this!
tommy
(Tommy Gaessler)
July 30, 2020, 5:01pm
29
Hey @zachbarnes ,
Apologies for the time lost. I have just fixed the docs. Thanks for letting me know.
-Tommy