Web Video SDK 1.1.5 Dependency Work Around

Hey Web Video SDK developers,

In version 1.1.5 there is an issue where the SDK points to version 1.1.4 dependencies.

We will fix this issue in version 1.1.6.

In the meantime, there are two workarounds to point to the 1.1.5 dependencies:

  1. Pass in the 1.1.5 CDN path to the dependentAssets parameter:
    https://source.zoom.us/videosdk/1.1.5/lib

    620596F2-C2D8-4DE4-8A88-1B0DFA38B051

zmClient.init('en-US', 'https://source.zoom.us/videosdk/1.1.5/lib');

OR

  1. Search and replace 1.1.4 to 1.1.5 in the following files in the node_modules/@zoom/videosdk/dist/ directory:
  • index.esm.js
  • index.js
  • index.umd.js

Thanks,
Tommy

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

This is now fixed in version 1.1.6.

-Tommy