ZoomMtg.prepareJssdk() gives 2 SyntaxErrors and 2 warnings

Hey @tommy I tried what you said and placed all the 3 lines of my code to the top of the file but still I don’t see any resolution of error.

ZoomMtg.setZoomJSLib('http://localhost:3000/node_modules/@zoomus/websdk/dist/lib', '/av');
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();

Moreover when I am starting a Zoom call then below errors I get in console of my Firefox browser.

And in my Chrome browser below error I get when starting a Zoom call.

I believe(very much sure) this issue is caused due to CORB policy when the code ZoomMtg.prepareJssdk() runs. 2 days before it was working great with no warnings and errors in my console. I have already posted a question regarding that CORB warning here: