Use CDN to import Zoom video sdk for the Flutter web

Description
I am using Flutter to build a meeting web app. The Flutter doesn’t has the dependency management like npm. I need to use CDN to import Zoom video sdk for my web. Does zoom video sdk support this? Do you have a plan to support this ?

Which Web Video SDK version?
1.2.7

Video SDK Code Snippets
Do not find the way to set up zoom video sdk use CDN

Hey Can you answer my questuion?

Hello Hoan,

We do not currently have a Flutter port of our Video SDK and I am unsure if there are plans to support this in the future.

I can do some more research on this issue and see what information I find.

The @zoom/videosdk you mentioned on NPM is also available via the unpkg CDN and might work for your use case if you just want to embed the <script> import in your resulting html for deployment.

<script src="https://unpkg.com/@zoom/videosdk@1.3.0/dist/index.js"></script>

Hi @brandtley.zoom ,
How do we call zoomclient if we use cdn?

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