onZoomSDKInitializeResult, errorCode=2, internalErrorCode=3023

Hi,
I tried your sample Android app from GitHub. I am getting onZoomSDKInitializeResult, errorCode=2, internalErrorCode=3023. How to solve this issue?

Hi @sathyanarayanan.subr, thanks for using the devforum.

According to our error code docs, this means you have an illegal key/secret. Most commonly, this occurs when trying to use the wrong type of key/secret for an app. When retrieving your key & secret from the marketplace, make sure that you are using the values associated with an SDK app. If you try using the same key/secret combo you’d use with our REST API, they will not work with the client SDK.

Thanks!