SDK plan and pricing

I am trying to use your SDK to integrate it with mobile app.We want to use the features of video conference and if there is a facility to record these meetings.

I need to know more details about the following:

  • The way we generate zoom token and access token
  • The app key and secret generated from your marketplace, how long are they valid?
  • Which account plan and pricing suits our requirements?

Your response is highly appreciated. Waiting for your reply.

Hi @mai.wanas,

Welcome to the Zoom Developer Community.

Please find responses to your questions:

A. You can generate a JWT token or an OAuth Token.
To know more about generating a JWT Token, please visit: https://marketplace.zoom.us/docs/guides/authorization/jwt/jwt-with-zoom
To know more about generating an OAuth Token, please visit: https://marketplace.zoom.us/docs/guides/authorization/oauth/oauth-with-zoom

The client id remains the same, but if you feel that your app may be compromised, you can consider regenerating the Client Secret.

A. To access the API, you need a PRO or an above level plan. To know more about our offerings, please visit: Plans & Pricing for Zoom One | Zoom

Thanks,

Thanks a lot for your response. I need to ask you few question.
I was trying your demo on https://github.com/zoom/zoom-oath-sample-app.git
It gives me “clientId : cannot be invoked by userId : LXlcile7RimkbwnoQ9AUAQ (4,700)”
Is this because I am still free account or there is something I should do ?

Your high response is highly appreciated

@mai.wanas
It seems that the user associated with this account is only a member. If the application requires admin-level scopes, then this user will not be authorized to install.

Can you please upgrade the user from a Member to an Admin and try again?

Thanks

zoom-admin

As the picture attached the account is admin. May be because we are on the basic package?

Your response is highly appreciated.

Thanks
Mai

Hi @mai.wanas,

To access the API, you need a PRO or an above level plan. To know more about our offerings, please visit: https://zoom.us/pricing

Thanks