Error ZoomMtg is not defined

Hey @abhimanyu.sikarwar ,

ZoomMtg is undefined for you because you have commented out the script that imports it:

The following script is for the Client View which is what I assume you are using:

<script src="https://source.zoom.us/zoom-meeting-2.0.1.min.js"></script>

This script is for the new Component View:

<script src="https://source.zoom.us/2.0.1/zoom-meeting-embedded-2.0.1.min.js"></script>

Please see our documentation here: https://marketplace.zoom.us/docs/sdk/native-sdks/web/build#install-from-cdn

You can see the sample app for the Client View using the CDN does not have this line commented out:

Thanks,
Tommy