What kind of app I should choose when creating app in Zoom Marketplace?

I’m building an app that needs Zoom API. I have difficulties in deciding which app I’m creating: general app, Server-to-server, webhook only. I think between general app or server-to-server kind of app. It’s going to be admin-managed since we are going to be able to assign users to breakout rooms.

My app has registered users and there will be a big event coming up and I need to integrate Zoom API to ease users management once the day come.

There wil be requirement as follows:

  1. Zoom Meetings for app and web (Capacitor will probably work with the web javascript version)
  2. Users will see upcoming events
  3. Users can register for events
  4. Users can see events they are registered for
  5. Users can sign into the event and zoom through the app
  6. Users to be be able to access past recordings of the event after it finished.
  7. Assign the same breakout room to people who activate the same language on my app account
  8. Able to:
  • Pull in users information from their user profile.
  • Pull in users action information so other can see what they have reported on.
  • Maybe even pull in photos.
  1. Native notifications: Use Android and iOS notifications to remind users when the event is happening and sign them into the the meeting.

I’m developing this app using React. I have tried the sample web and using component and CDN before implementing it on my app, it worked. Should i try to make it work in React sample before trying right on my app? I notice they have different way of integration.

I’m currently using non-premium Zoom account. Am I going to be needing premium Zoom account for integration? If you have certain documentation that I need to use as further reference would be appreciated. Thank you.

This topic was automatically closed after 30 days. New replies are no longer allowed.