HI ,
Can you pls let me know from where do you create JWT token with all parameter?
And, is client id the app key?
Iāve encountered an issue with the following lines of code:
initParams.appKey = SDK_KEY;
initParams.appSecret = SDK_SECRET;
The error message states 'Cannot resolve symbol āappSecretā and āappKeyā.
Iām trying to initialize the Zoom SDK in my Android app, and Iāve declared SDK_KEY and SDK_SECRET as constants in my class. However, it seems like the compiler canāt recognize these symbols within the initParams object.
Could you please help me understand what might be causing this issue and how I can resolve it?