Start meeting without login with zoom account

I want create meeting without login using zoom account , In my app user has already login with his/her email and password but not with the zoom account now I just wanted to start a meeting or instant meeting

Hi @theshinigami, thanks for using our SDK.

Unfortunately, you cannot create or start a meeting without a Zoom account. An instant meeting requires the user to be logged into the SDK and starting a meeting requires the user to either be logged in or use a ZAK token associated with their Zoom account.

Thanks!

Hi, Please guide me how can i start a meeting without logging in and just by using the zoom url and zoom token.

Hi @vipin.rai,

We have some documentation available detailing how to start a meeting with a ZAK token here. You cannot provide the URL in this approach though, and will need to parse the meeting number and passcode (if applicable) from the URL to pass into the SDK.

Thanks!