I am currently implementing the Zoom SDK in an iOS application, specifically for voice processing through a custom machine learning model. While I have successfully integrated part of the required functionalities, I am encountering the following issue when attempting to join a session:
Error Code: 2011
Description: Join session error, invalid parameter.
I have followed both the official Zoom documentation and the guidance provided in the following resources:
Despite this, the error persists. I have ensured that all required parameters are correctly configured, especially with respect to JWT token generation. Could you please provide guidance on resolving this issue or identify if specific parameters might be causing the error?
Any insights or further documentation that could help address this issue would be greatly appreciated.