React.js integration issue - failed to load js file

Hi,
I am trying to use the customizable web SDK in my react.js application. Followed the steps in the guide.

Error
Access denied for file js_media.min.js .

Which version?
zoom-instant-sdk-web-1.0.0

To Reproduce
Steps to reproduce the behavior:

  1. Create a sample react application
  2. Follow the guide to build a video meeting component.
  3. Follow the guide to build the signature server API component
  4. Try to run the video component, see the error in browser console.

Device (please complete the following information):

1 Like

Thanks for reporting this @Amar ,

We are already taking a look into the issue and will report back with the fix. (CS-2830) :slight_smile:

Related thread:

-Tommy

Hey @Amar ,

Unlike Web Client SDK, the Fully Customizable Web SDK has not been published to the CDN. So you would need to use the SDK library that comes with the package at the moment.

Thanks,
Tommy

Thanks @tommy I was able to use the local lib

1 Like

You are welcome! :slight_smile:

-Tommy