Hi all,
I have a very rare bug (that happens about once every couple hundred meetings) where, when requesting a new meeting creation using https://api.zoom.us/v2/{zoom_userid}/meetings/, i’ll receive a meeting ID that already exists for the user in question.
Here is a boiled down version of the code & payload we use to generate meetings : Zoom Create meeting · GitHub
This happened about 4 times over a period of 6 months. In all 4 cases, the two meetings were created month apart.
Is there a possibility that the Zoom API doesn’t properly check that the number already exists before returning it as a new meeting number? I’m at a loss here.
Thanks
Related ticket number is 16350570. I was referred here by the agent because they couldn’t help.