Description-
How can I start a meeting with start url without authentication to zoom.
I am using zoom apis to create meeting and in response i am getting start_url. As I can see there is zak token in start url to automatically authentication.
But it is asking for login to start meeting always. Please check the message below -
If you are the meeting host, sign in to start the meeting(***********)
I dont want manual authenctication to zoom, I want to click start_url and join the meeting as host.
Please tell me, how can i do this?
And here is one more thing, all the time when I hit start_url it ask for start by browser or app option.
I always want to join by browser, please help me in this also how can i avoid this screen of asking browser/ app?
*This post has been edited to remove any meeting / webinar IDs
HI,
I am also facing the same issue. I’m trying this in angular, it shows “sign into start” when i call the url(with zak) in iframe . But i’m already sign in to the zoom in browser and start_url is not expired. i tried the url in browser and it works fine.
How can i solve this?