Hi Zoom team,
I would like to confirm whether the following Android app configuration will continue to work after March 2, especially regarding JWT deprecation and SDK authentication.
App configuration:
- Android application
- Using Zoom Meeting SDK
- No Zoom account login (guest join)
- Users join meetings by entering:
- Meeting ID
- Passcode
- Display name
- SDK join is performed using a JWT-based SDK signature (Client ID / Client Secret)
- The app joins meetings hosted by other Zoom accounts
Questions:
-
After March 2, will this type of SDK-based meeting join (JWT-signed SDK join without Zoom account login) still be supported?
Or is migration to another authentication method (such as OAuth or Server-to-Server OAuth) required for this use case? -
If we plan to use ZAK or OBF with the Zoom Meeting SDK (for example, to start or join meetings with additional permissions),
is it mandatory to have our own backend server to securely generate and manage these tokens? -
In a Zoom SDK app, if a user is logged in with a free Zoom account,
is it possible for that user to join a meeting hosted by a paid Zoom account (Pro/Business/Enterprise)?
Our app does not authenticate Zoom users for hosting meetings; it is only used to join existing meetings.
Thank you very much for your clarification.