Using this template helps us debug your issues more effectively
Description
I am created a meeting using Zoom api and in response it gives me start_url, join_url to start / join the meeting.
Error
for start the meeting using this start_url, do I always need to log in into zoom or it verifies the url and get me logged in automatically and starts the meeting.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
for creating a meeting I use JWT token.
Which Endpoint/s?
I don’t have any issue with the meeting creation or startup but some of the meetings won’t start until I logged in into zoom. some of them starts properly.
Screenshots (If applicable)
Additional context
according to api, if I created a meeting and click on start_url, it validates the url with token and uri_string and redirect to start the meeting automatically, but in my case, it does the same but for some meetings and for some meetings it shows “If you are the meeting host, sign in to start the meeting 873********”.