Hi,
I am currently working on integrating an AI Bot with the ZOOM Meeting SDK and following the official documentation provided in the github repo (Meetingbot-web-sample):
I have configured the SDK Key as per the steps outlined in the documentation.
However, when running the code, I encounter the following browser error: “Error in loading audio.encode.wasm and video.simd.wasm Forbidden 403.”
Upon investigating, I found that the code base requires downloading files from this source as from zoom lib
I have also tried upgrading to the latest SDK version (2.18.0) and tested with other versions (2.11.0, 2.13.0, 2.15.0, 2.81.0, 2.18.2), but the error persists.
For your reference I am Currently using the latest version of Zoom Meeting SDK as shown below in my package.json file:
“dependencies”: {
“@zoom/meetingsdk”: “^3.5.1”,
“@zoomus/websdk”: “^2.18.2”,
}
Can anyone please provide troubleshooting steps or arrange a short call to assist me?