I’m using Zoom’s Meeting SDK (Web & Android) to let users join meetings—no OAuth , just SDK Key/Secret and JWT signature/token.
- Joining works for meetings under my own Zoom account
- Fails for meetings from external accounts , even though my SDK app is Live and published in the Marketplace, app link : App Marketplace
Errors:
- Web SDK → Error 4011
- Android SDK → Error 63
I’m using the only available SDK Key/Secret (Zoom doesn’t provide separate production/dev keys) and generating valid JWTs.
Still getting blocked. What could be missing?