Web SDK 1.8.5 & 1.8.6 fail to work

Description
Web SDK 1.8.5 & 1.8.6 are not working using Angular 10 or more.

Error
We are getting two errors in Console then Call does not start.

  1. webim.min.js:1 Uncaught SyntaxError: Unexpected token ‘<’

  2. GET https://rwcprod.zoom.us/wc/ping/84611545764?ts=1610740962789&auth=hGr2-94to4EgiBFFPLD3WFoHatFBKAwdyuJ9vTFRzHI&rwcToken=PipVvOhLe2nQNOuvc8GLqiTF_OzjwrZ68TterOjHqpA&dmz=1 net::ERR_CERT_COMMON_NAME_INVALID

creatAVSocket
main.b191be110177e8d511cb.js:1 >>>>>>>> CREATE JSMEDIASKD INSTANCE <<<<<<<<
main.b191be110177e8d511cb.js:1 stopRenderVideo

Which version?
1.8.5 as well as 1.8.6

Screenshots

  • Browser:[e.g. Chrome]

Hey @tommy we need urgent help in this regard.

Regards,
Fayaz

+1 for this only I’m using React and getting the exact same errors. I can join a meeting and appear in the participants list but the player fails to function at all.

Hey @fayazvar.mobile and @ryan.b,

I would make sure that you are preloading the resources before attempting to join the meeting. You can see an example of this in the below post as well as our Sample Web App.

I hope that helps! Let me know if you have any questions.

1 Like

Thanks for getting back to us @MaxM

Thought I’d post a follow up just in case this helps anyone else. I was facing this issue when working on a VPN. Im assuming that was the true source of the issue as trying:

ZoomMtg.setZoomJSLib(“https://jssdk.zoomus.cn/1.8.6/lib”, “/av”); // china cdn option

From the sample CDN app has indeed solved the issue for me.

Thanks for your help

1 Like

Hey @ryan.b,

I’m glad to hear that resolved your issues! If you encounter any further issues or questions, please don’t hesitate to reach out.

Thanks,
Max

Hey @MaxM ,

There was one Example in GitHub written in Angular, is that updated by @tommy

Best Regards,
Fayaz

1 Like

Hey @fayazvar.mobile,

Yes, he handles updates to the Sample Angular App. I’m happy to answer any questions you may have though.

Thanks,
Max

1 Like

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