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
