SDK Version
ZoomVideoSDK for iOS, version 1.12.5 (16945)
I am currently encountering an issue when trying to join a session using the Zoom Video SDK for iOS. Whenever someone attempts to join the session, the following error is returned:
Troubleshooting Routes
• I have ensured that the JWT token is generated correctly.
• The SDK is initialized properly before attempting to join the session.
• I have reviewed the relevant forum posts and documentation, but the issue persists.
Could anyone provide insights or suggestions on how to resolve this issue?
Thank you for your assistance!
I am using the ZoomVideoSDK with iOS Swift in a UIKit Project. For the JWT token generation, my server generates the token and sends it to the client (iOS App) to be used with the ZoomVideoSDK.