Description
I’ve a Basic zoom account and using this I’m creating a new meeting using the API. I’ve created 10-15 meetings from the API and received meeting ID, starturl and joinurl.
However I can’t see those created meetings into my zoom account.
Also, whenever I try to open a Start URL then it gives me below error.
Error
You cannot start the meeting because it is hosted by another user zoom
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Hi- I’m having the identical error. (Please note that this post contains real user information and the links have been modified because “new users can only have two links”)
When I click on the start_url, I get an error that I can’t start the meeting because it is hosted by another person. When I click on the join_url, the response is that the ID is invalid
This meeting was created for z-sigrid-hahn@stationmd.com who is a user within this account. Nobody should have clicked on the link other than that user.
Is there a way to review the activity from the zoom side with respect to that meeting? Specifically, when was the meeting created? When was the start url generated? When was that url used and by whom? Did anyone else try to connect to that meeting?
So, the problem is that the meeting did not run successfully at all. The host clicked on the start_url and got the error message above. When the user clicked on the join_url, he got the message that the meeting ID was invalid.
Another example from yesterday. Exactly the same problem.
Actually, can you tell me which user started the meeting? Can any user, even when not logged in, use the start_url to start the meeting? Can it be any user belonging to the account that created the meeting?
Yes, if the start_url has not been expired and has the zak token already attached then the meeting can be started without authentication. You should treat the start_url like a password, not to be shared except with the meeting host.
OK, so then I don’t really understand how I could get this error. If the user clicks on the start_url which contains the zak, there should be no problems with authentication. How do I get the error about the host being another person?
Really? Are you suggesting that the problem was collision with another user randomly clicking on the same meeting_id and also happened to have the zak? Seems unlikely. Are you able to check to see if there were any accesses on that meeting_id to support that theory?
No, the issue was not that they had your zak token or clicked on the same meeting_id. It was we ran out of meeting numbers so the meeting actually failed to create on your end, because that meeting number already existed for another user at that point in time.
Since someone happened to have created that meeting before you with that random ID, they were the host, and not you. We are having 200M+ meeting participants a day, and if you do the math, 9^9 in a 2 day period there could be collision. That is why we upped it to 11 digits, you should not see this issue again, but if you do, please let us know.
Ohhh… I see. So it somehow issued the same meeting ID to two different users. I often wondered how you avoided collisions like that. It seems nearly impossible with 10-digit meetings and all US phone numbers already accounted for and millions of meetings scheduled per day. Good to know.
Hi @tommy I have similar case with this issue. does it mean that the start url of the webinar I created before will update the start_url with a new link? because before I don’t have any problem on this until this issue appear yesterday.
and the workaround I did is to get the webinar from api and I observed that the start_url generated before is different now.