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:
- Zoom Meetings for app and web (Capacitor will probably work with the web javascript version)
- Users will see upcoming events
- Users can register for events
- Users can see events they are registered for
- Users can sign into the event and zoom through the app
- Users to be be able to access past recordings of the event after it finished.
- Assign the same breakout room to people who activate the same language on my app account
- 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.
- 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.