Zoom meetings where someone else is host

I would like to create an app that a user goes to and is able to create a meetings where they are the host looking through the api documentation, I have only been able to create a app where I go create a meeting and I am the host.

I don’t want to share my user/pass with other users so they can host through my site. is this even possible, this is less a code question, I know, but where else to ask? -what i tried before, - creating an app, but i am the one that has to log in to host.

Welcome, @anwarjutt7690 ,

Thank you for posting in the Zoom Developer Forum. You can definitely accomplish this. To start a meeting for a user, you would want to get that user’s Zak token and pass it into the SDK join function. More details on this can be found in our support documentation linked below :

https://marketplace.zoom.us/docs/sdk/native-sdks/web/client-view/meetings/#start-meeting

Please take a look at the support documentation and let me know if you have any questions.