Failed to initialize zoom SDK Error: 1 internalErrorCode=0 Android sample apps

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?