Zoom Meetings Web SDK - CDN vs NPM Package?

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!

Hey @santosh4

Thanks for your feedback.

The bundle of the package isn’t actually that large — it’s only around 3–4 MB. The rest comes from dependent assets, which are loaded on demand per platform. Since the package includes dependent assets for all platforms, the overall size may appear larger.

Thanks
Vic