Getting Invalid Param error when using React Native Zoom Video SDK

Unable to initiate Video Call Session with @zoom/react-native-videosdk
I tried both with 1.11.0 and 1.10.10 versions
I’m getting the following error-
ZoomVideoSDKError_Session_Invalid_Param

The params I’m passing to joinSession method are-

sessionPassword: config.sessionPassword,
token: token,
userName: config.displayName,
audioOptions: {
connect: true,
mute: true,
autoAdjustSpeakerVolume: false,

How To Reproduce:
Steps to reproduce the behavior including:*
1.Integrate Zoom Video SDK for React Native
2. Add SDK keys and follow the procedure as mentioned in the example - github - /zoom/videosdk-auth-endpoint-sample
3. Trigger call
4. You will notice that the call isn’t getting started, and listening to onError Event will give the following error - {“errorType”: “ZoomVideoSDKError_Session_Invalid_Param”}

@testcloud2 do you have a sample of the token?

ZoomVideoSDKError_Session_Invalid_Param i got the same issue :
Sample Token :
“eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBfa2V5IjoiT2NpSXRkU1J1ODJpbFE4Q1BWMnciLCJ0cGMiOiJyb29tMDAxIiwicm9sZV90eXBlIjoxLCJ1c2VyX2lkZW50aXR5IjoidXNlcl8xNzcyNDQxOTE1NDQzXzg3NCIsInNlc3Npb25fa2V5Ijoicm9vbTAwMSIsInZlcnNpb24iOjEsImlhdCI6MTc3MjQ0MTg4NSwiZXhwIjoxNzcyNDQ5MDg1fQ.Xi5_xGlD2UKPWqjmm_mfXXW43UIkOqdnxxg4IoXUg_4”

@Jeeva1 this is not video SDK credentials. Video SDK is a different product from Zoom Meeting. I see from your key you are using your Zoom Meeting app_key https://zoom.us/opc/buy/config?type=buy_trial&plan=zsdkuc&from=zsdkuc&period=monthly&campaign_code=zoom_sdk_campaign&trial_code=zoom_sdk_trial_service&ampDeviceId=f3da6595-3bbf-4286-93f7-f863897126d8&ampSessionId=1772446234788

Please open a new thread if you need help and tag me. I’m close this old thread as the issues might not be relevant to original thread.