Description
Hi,
I have previously integrated Zoom Web SDK and I noticed that it stopped working due to not being able to load wasm files. Previously I was using 1.7.6 version so I updated it to use 1.9.1 but calling ZoomMtg.setZoomJSLib('Zoom URL', '/av'); still cannot load required files.
All requests made return 403 AccessDenied. I checked my signature and JWT tokens and they all look good.
I am loading Web SDK this way:
require(’@zoomus/websdk’);
ZoomMtg.setZoomJSLib(‘Zoom URL’, ‘/av’);
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();
Error
GET https://source.zoom.us/1.9.1/lib/av/5510_video.mt.wasm 403
GET https://source.zoom.us/1.9.1/lib/av/5510_js_media.min.js net::ERR_ABORTED 403
Which Client Web SDK version?
Web SDK 1.9.1
Screenshots
Device (please complete the following information):
- Device: Macbook Pro
- OS: Mac OS 11.2.1
- Browser: Chrome
- Browser Version: 88.0.4324.192
