Zoom Apps for Mobile

You can use Zoom Apps to create apps for the Zoom client for iOS, iPadOS, and Android.

Creating apps for mobile follows the standard process for creating a Zoom app. In this article, we call out only information specific to creating apps for mobile.

Ensure you have read Create a Zoom app before continuing.

Step 1 - Create a Zoom App

  1. Log onto the Zoom App Marketplace as an administrator account.

  2. Follow the instructions as described in Create a Zoom app.

  3. On the Basic Information page, under Select how the app is managed, select User-managed.

  4. On the Features page, go to Surface. Under Zoom Client Support, enable Mobile Client.

In-app purchase restrictions

To develop Zoom Apps for Zoom clients for iOS, iPadOS, and Android, your app must not accept in-app purchases using Stripe or other payment processing solutions. Additionally, your app must not link to an external purchase flow or purchasing mechanisms using buttons, external links, or other calls to action.

Apple developer program Team ID

This field is only required if you are developing Zoom Apps for Zoom clients for iOS and iPadOS. You must enter your Apple Developer Program Team ID. A Team ID is a unique 10-character string generated by Apple that's assigned to your team. For more information about the team ID or how to get an ID, see Apple Developer Account.

Step 2 - Download and Install Zoom Apps SDK

Download and install the Zoom Apps SDK.

Step 3 - Get the product information

Your product may be designed to work with several Zoom products (mobile, personalZoomRoom, sharedZoomRoom) . To inform your app which product it is running on, use the zoomSdk.config() method to get the 'product' parameter.

Note

The documentation for the 'config' method may not list the 'product' parameter.

iOS Supported APIs

See the list of iOS supported Zoom App APIs.

You can also call the getSupportedJsApis method to see the supported APIs on the given client.


Resources