Website Stuck on "Joining Meeting" [NOT ROLE PROPERTY]

Description
Basically, I just try to join in a meeting, and the app gets stuck in the “Joining Meeting” black screen. I’ve already seen that the problem could be the role property in the ZoomMtg.join but in my case, I’m not sending it and I have the same stuck anyway

Which version?
@zoomus/websdk”: “^1.9.0”,

Screenshots
useEffect(() => {
ZoomMtg.setZoomJSLib(‘https://source.zoom.us/1.8.6/lib’, ‘/av’);
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk(); }, );

this is my code:

where meetConfig is:

const meetConfig = {
    apiKey: apiKeys.apiKey,
    meetingNumber: '',
    userName: 'Example',
    userEmail: 'example@example.com', // must be the attendee email address
    passWord: '',
    role: '0',
};

Device:

  • Browser: Chrome

Hey @Deivbid,

Thank you for reaching out to the Zoom Developer Forum. Please share the signature that you’re using when you see this issue. Also, are you seeing any errors in the browser console?

Thanks,
Max

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