Waiting Room; resetWebclient

Hey,

When host puts participant in waiting room and then back admit.
Then “ResetWebclient” is happening.

I get some errors Uncaught TypeError: s.default.Notify_APPUI is not a function at e.send_instant_monitor
and the second Uncaught TypeError: Cannot read property 'map' of null at pe:


So my ZoomMtg.init params (disableInvite, disableCallOut) were also reset to default.

ZoomMtg.init
ZoomMtg.init({
    leaveUrl:"",
    isSupportAV: true,
    disableInvite: true,
    disableCallOut: true,
    success: function(success){
        ZoomMtg.join({
            signature: "signature",
            meetingNumber: "***********",
            userName: "nikolaysm",
            apiKey: "apikey-S_E2kw",
            passWord: "pwd",
            success: function(success){
               console.log(success);
            },
            error: function(error){
                console.log(error);
            }
        })
    },
    error: function(error){
        console.log(error);
    }
});

How can I avoid changing init params?

Adding ZoomMtg.showInviteFunction({show: false}); in succes method?

*This post has been edited to remove any meeting / webinar IDs

This is mainly a backend issue, shouldn’t effect the meeting but I’ll file this as a bug to get fixed.

Yes, if you do not want to add or change the init params, calling the showInviteFunction within the success callback method works.

Thanks

*This post has been edited to remove any meeting / webinar IDs

Are there any other options that ResetWebClient takes into account my init params?
Can’t find any info about “ResetWebClient”.

Thanks

Hey @NKSM,

ResetWebClient is just one of our logs, it does not actually do anything.

What version of the Web SDK are you using?

Thanks,
Tommy

Hey @tommy ,

I am using 1.7.5.

Thanks

1 Like

Hey @NKSM,

Please try upgrading to 1.7.6.

Thanks,
Tommy

Hey @tommy,

I am using CDN.

In 1.7.6 i get some errors:

    Uncaught (in promise) TypeError: Failed to construct 'URL': Invalid URL
    at e.<anonymous> (js_media.min.js:1)
    at D (js_media.min.js:1)
    at Generator._invoke (js_media.min.js:1)
    at Generator.e.<computed> [as next] (js_media.min.js:1)
    at r (js_media.min.js:1)
    at u (js_media.min.js:1)
    at js_media.min.js:1
    at new Promise (<anonymous>)
    at new t (js_media.min.js:1)
    at e.<anonymous> (js_media.min.js:1) 

Also warnings

DevTools failed to parse SourceMap: https://dmogdx0jrul3u.cloudfront.net/1.7.6/lib/webim.min.js.map
DevTools failed to parse SourceMap: https://source.zoom.us/1.7.6/css/bootstrap.css.map

Has it already been solved?

Thanks

Using 1.7.5
Facing the exact same issue when user clicks on Leave Meeting button:
TypeError: s.default.Notify_APPUI is not a function
TypeError: Cannot read property 'map' of null
When using 1.7.6
Getting the same error when joining the meeting:
Uncaught (in promise) TypeError: Failed to construct ‘URL’: Invalid URL and the above errors persists

Hey @NKSM,

We are aware of these console errors, and working to fix them. However, they should not break the Web SDK functionality. Is it working for you despite the browser console errors / warnings?

Thanks,
Tommy

Hey @marketplace-plugins,

Can send me a github repo with the issue and steps to reproduce so I can debug?

Thanks,
Tommy