Hello, I want to use the API in my fitness app to do the following use cases and would like to know if And how this is possible With Zoom API.
Our app allows multiple 3rd party fitness instructors to advertise their virtual (over Zoom) fitness classes for sale. Each instructor uses their own personal Zoom account and is the host.
Can we:
-
Allow a user (that is signed in to our app) of our app to purchase a class for $10 let’s say. Once they purchase the class we would reveal the link to the zoom meeting room to view the class.
-
when the user purchases the class on our app they are added to the Zoom meeting as a registered user.
-
when they tap the link from our app it authenticates them as a registered user so that they can access the zoom meeting
-
the zoom meeting would open in the native zoom client they would download.
-
if a person has the link to the meeting but did not purchase it they would not be allowed into the meeting.
-
if a person did purchase the class but is not signed in to our app, they would have to sign in first to our app to view.
Essentially is there a way to authenticate access to a Zoom meeting using only our app log in And account credentials.
Thank you