Facing Issues in Integrating Zoom Meeting Bot in Zoom Meeting SDK

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?

Hi @Rohit, did you make any modifications to the sample app and if so can you share any changes you made in the comments below (including the full output log) would also help here?
There could be a few things for you to try:

  1. Double check all of the meeting-bot-web-sample variables are set in the client-view.js file as per the README
  2. Double check the Zoom SDK credentials in the sample app are the same as your Zoom development credentials in the Zoom app
    Keep me posted, thank you!

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