Unable to initialise zoom sdk in android, internalErrorCode=124

I am trying to install zoom SDK inside my android app. I have generated JWT token and cloned android SDK repository. But my issue is when ever I try to initialize SDK, I’m getting error

 onZoomSDKInitializeResult, errorCode=5, internalErrorCode=124

here is how i generated JWT,

header

{
  "alg": "HS256",
  "typ": "JWT"
}

payload

{
    "appKey": "<SDK Key>",
    "iat": 1639475367,
    "exp": 1639560739, 
    "tokenExp": 1639521139
}

signature

HMACSHA256(
  base64UrlEncode(header) + "." +
  base64UrlEncode(payload),
  <SDK Secret>
) 

please help me on this.

Hi @yousufkhan34556, thanks for using the dev forum.

Can you please confirm which version of the SDK you are using?

Thanks!

you should have to mention or please edit the question with SDK version that you are using.

Thank You!

Hi @younuskorai345,

Yes, or you can provide the SDK version in a new response. :slightly_smiling_face:

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.