zoomSdk Global Configurtion

I have gone through this reference app that has provided in documentation https://github.com/zoom/zoomapps-advancedsample-react.

I am confused because there is no trace of @zoom1234/appsdk in any package.json file and never imported zoomSdk in any file or component and yet the app is able to perform zoomSdk operations.

All I see is a comment - /* globals zoomSdk */ in every file.

Hi @rohith - apologies for not making this more clear. We will work on an update to the Readme in the reference app to clarify this.

If you take a look at index.html, you will find the SDK loaded from our CDN as such:
<script src="https://appssdk.zoom.us/sdk.min.js"></script>