
Zoom Documentation
Configuring the Native App
1. Using iOS SDK
●Integrate the iOS SDK in your app using steps mentioned in below link
https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/getting-starte
d/install-sdk/
●Securely store the SDK key and secret in your app, given by the app
provider
●Initialize the Zoom Meeting SDK by following the steps mentioned in
below link
https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/mastering-zoo
m-sdk/sdk-initialization/
●Add Authentication flow to verify the user using JWT or PKCE OAuth.
Please check the PKCE OAuth link for the steps to add authentication.
●Build and run your app. Launch the authentication url, and enter your
zoom account email address and password to authenticate yourself.
●You will be redirected to the page where you can Allow or Decline adding
the Zoom SDK app to your account. Please refer below sample screenshot
to add your app.
2. Using Android SDK
●Integrate the Android SDK in your app using steps mentioned in below
link
https://marketplace.zoom.us/docs/sdk/video/android/getting-started/
integrate
●Securely store the SDK key and secret in your app, given by the app
provider