Zoom web sdk shows blank screen after a loader "Joining meeting"

Hey @krrish,

Thank you for your question. Just to clarify, are you saying that you would like to log the users in through your website and create/join the meeting from the website too? Or, are you saying you would like to log in the user through your website and then continue to have them use the Zoom App creating and joining meetings?

I would like to let my users log into their zoom accounts through my website/app

In order to accomplish this, you can use an OAuth app flow. In this instance, when you send a user to the authorization endpoint, they will have the opportunity to log in or sign up before being redirected back to your website.

then let them use zoom for creating or joining meetings.

In terms of creating meetings, this can be done via the Create Meeting API. However, it’s important to note that the meeting cannot be started from the Web SDK unless the meeting is owned by the same owner of the JWT app. Instead, you’ll want to start meetings from the Zoom app itself. Once a meeting is started, you can join it from the Web SDK.

You can find more information on the forum:

I hope that helps! Let me know if you have any questions.

Thanks,
Max