Description
Today when I create a new meeting via the Zoom API, using the same code as before, I get a meeting ID that cannot be joined by either the Zoom Web SDK or the macOS native client.
Error
Join error in macOS native client:
Join error in Zoom Web SDK, using the SDK sample app:
Can you try creating another meeting and letting me know if that works? I am occasionally seeing this issue and think it is related to meetingIDs running out of combinations at a given point in time.
As of just now, I was able to successfully create a meeting with the Zoom API and join it with the Zoom SDK. (In case it matters, it looks like instant meetings are now getting created with 11-digit IDs rather than 9-digit IDs.)
Earlier this morning, around 8-10 AM Pacific I was able to create a meeting with the Zoom API (again with an 11-digit ID), but was NOT able to join it.
I presume this issue was now fixed several days ago, since I’ve been able to create+join meetings for all of the last 5 week days.
I would recommend that the Zoom development team add automated end-to-end tests for their REST API and Web SDK. I infer that these must not exist, because I can’t see how basic functionality like creating/joining/listing meetings could be allowed to break if such automated tests were actually in place.
This was due to an issue where meetingID combinations were running out so it had an affect on our APIs and SDKs. This has since been fixed, and we do have end to end tests.