Zoom web sdk error when an alternative host tries to join a meeting

Hello everybody I have this error when an alternative host tries to join a meeting.

I use web sdk v1.7.10 and this is my join method.
ZoomMtg.join({
meetingNumber: meetingConfig.meetingNumber,
userName: meetingConfig.userName,
signature: signature,
apiKey: meetingConfig.apiKey,
userEmail: meetingConfig.userEmail,
passWord: meetingConfig.passWord,
success: function (res) {
}).

Hey @mbzcorporation,

Make sure you are passing in 1 as the role when generating the Web SDK signature.

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.