Hello all,
I’ve been using Zoom meetings SDK - Web (v3.9.2) in My React App for a while. I was dynamically loading the CDN scripts.
I wanted to upgrade to the latest version which is 4.0.0. Currently the Zoom/meetingsSDK npm package is more the 70 MB, I don’t want to increase my bundle size with package, so I’m using CDN here.
Now, I wanted to try with Npm package.
I wanted to understand, how the other people are handling bundling size if they goes with NPM and which one do you suggest ?
Thank you!