Hi,
The topic is frequent, but no similar posts helped resolve this. The reduced problem / STR for us:
- Have a General App that’s already been published, with the option for Meeting SDK enabled
- Have the latest meetingsdk-web-sample running from GitHub (uses the latest Meeting SDK 6.0.2)
- Try joining any meeting using said web sample and always get error 3712
Related app has the client ID of vDIjRI7JRme8VUJVAJ0qHw.
Things we tried / ensured:
- The app has already been published and activated in production, so this can’t be the problem;
- At the same time, using development credentials does work, but only for meetings hosted by internal accounts. External meetings yield error 4011 - that is, publishing required, which is expected.
- Credentials from the old legacy Meeting SDK app work okay, but only for internal accounts - using meeting from external accounts yield 4012 (anonymous join error) - again, subject to publishing the app, which is impossible for this legacy app type.
- The signature generation itself has been triple checked all around - JWT parameters match the ones we pass to
join()function of@zoom/meetingsdk, the JWT signature itself is correct. - Regenerating the client secret in production does not help
- Adding the reference General App to the Zoom account of a meeting owner doesn’t change anything, be it an external or internal account relative to the General App.
- Odd behaviour is observed here: after a successful OAuth2 exchange the app never shows in the “added apps” section in native Zoom client, so it’s only possible to revoke the token from our own UI.
No sample code necessary as we can reproduce the issue with the Sample app that Zoom provides, and said Sample app works okay with multiple other credentials anyway, so it can generate the JWTs just fine. As a matter of fact, it uses both the appKey and sdkKey, while sdkKey is considered deprecated for recent Meeting SDK versions.
Any insight on this would be hugely welcome. We have end customers that are impacted by this.
Is it possible to reach anyone at Zoom to check whether the publishing state of our General App (marketplace ID KOqBO6fdSIuWo62WA_adMg) is actually okay?

