Source code needs CDN in china

https://source.zoom.us/zoom-meeting-1.5.0.min.js is not accessibel in China.
Please use CDN.

Hey @buttoninvest,

What do you mean by not accessible. Can you provide more details like error message and how you are using https://source.zoom.us/zoom-meeting-1.5.0.min.js?

Thanks,
Tommy

It’s too slow for chinese people to load script zoom-meeting-1.5.0.min.js in broswer.

We would appreciate it if you could add this file to CDN.

Hey @buttoninvest

I had one of our engineers in China test, and he said it loads fine, but it’s just a large file.

china-js-load

I will pass this feedback to our engineers. You could also use the file relative to your project so you are not requesting it externally every time.

Thanks,
Tommy

  1. We took 30s to load this file at least without VPN.
  2. Save files in my projects works fine, but we can not keeping up with your updates. My project crushed because your updates several days ago and we had to update files by ourselves which is Inconvenient and risky.

Looking forward to your solution, thank you.

Hey @buttoninvest,

We have identified the issue and are working on a fix. We will post back here with updates.

Thanks,
Tommy

Thank you for you advice
CDN Accelerated depolyed

global CDN source.zoom.us
China CND jssdk.zoomus.cn

and use
ZoomMtg.setZoomJSLib(‘https://jssdk.zoomus.cn/1.5.0/lib’, ‘/av’)
accelerated dependencies

We had test it and works fine : )
I suggest writing this in your SDK development documentation, which will help many Chinese developers.

Really appreciate it!

2 Likes

Happy it works! We will update our docs!

Thanks again for reaching out!
-Tommy

1 Like

Replying with link to updated docs:

ZoomMtg.setZoomJSLib('https://jssdk.zoomus.cn/1.5.0/lib', '/av'); // use jssdk.zoomus.cn

-Tommy

1 Like