I have tried as you have suggested, but getting below error
InitAuthSDKHelper: onZoomSDKInitializeResult, errorCode=2, internalErrorCode=3023
Have you find any solution, please let me know thanks,
I have tried as you have suggested, but getting below error
InitAuthSDKHelper: onZoomSDKInitializeResult, errorCode=2, internalErrorCode=3023
Have you find any solution, please let me know thanks,
Hi @amitohanae, thanks for using the devforum.
This error code indicates an illegal app key or secret is being used. Please ensure you are using the correct key/secret pair that is associated with an SDK app on your account.
Thanks!
I have created new app and updated API Key & API Secret but now it shows me below error
InitAuthSDKHelper: onZoomSDKInitializeResult, errorCode=3, internalErrorCode=5003
Hi @amitohanae,
If you are using the Zoom SDK, you must create an SDK app and use the key/secret from that. An API key/secret currently will not work with our SDK.
Thanks!
Hi Carson,
Still facing same issue (i.e onZoomSDKInitializeResult, errorCode=1, internalErrorCode=0) with JWT token while initializing zoomâŚ, I have tried all the solutions which you have discussed aboveâŚ, have generate JWTToken based on the below payload :
{
âappKeyâ: âstringâ, // Your SDK key
âiatâ: long, // access token issue timestamp
âexpâ: long, // access token expire timestamp, iat + a time less than 48 hours
âtokenExpâ: long // token expire timestamp, MIN:1800 seconds
}
and applied to sample zoom android sdk, but still getting error while initilizing zoom.
Please find the below screenshot :
Will be vey thank full, if you could suggest some proper solution for it.
Thanks
Hi @sumit.h, thanks for using the dev forum.
Sorry to hear youâre running into this issue while initializing the SDK. Can you please provide the values you are using for the iat, exp, and tokenExp fields? Also, are you certain that you are using the key/secret from an SDK app on the Marketplace?
Thanks!
Subject: Zoom SDK Initialization Error - errorCode=1
Description: I am experiencing an issue with the initialization of the Zoom SDK in my application. The SDK consistently fails to initialize, showing the following error message:
onZoomSDKInitializeResult, errorCode=1, internalErrorCode=0
his issue is hindering the development and testing of Zoom integration in my application.
Environment:
Issue Details:
JWT Token Details: I am using the following JWT payload for SDK authentication:
{
"appKey": "AABqugVJQtmqyc****",
"iat": 1706272313,
"exp": 1706445113,
"tokenExp": 1706274113
}
HMACSHA256(
base64UrlEncode(header) + "." +
base64UrlEncode(payload),
sOSxwNGCMQ98itz
) secret base64 encoded
Attempted Troubleshooting:
Request for Assistance: I am seeking assistance to understand the cause of this error and how to resolve it. Any insights or guidance on troubleshooting steps would be greatly appreciated.
Attachments: