Android sdk Initialize failed "Error code 5 internal error code 124

Facing error while initialize zoom sdk in android zoom SDK version is “zoom-sdk-android-5.17.1.18530”

        var zoomSDK: ZoomSDK? = null
        var initParams: ZoomSDKInitParams? = null
            zoomSDK = ZoomSDK.getInstance()
            initParams = ZoomSDKInitParams()
            initParams.domain = "zoom.us"
            initParams.jwtToken = SDK_JWT
            zoomSDK.initialize(this, this as ZoomSDKInitializeListener, initParams)

we got the below error code on the initialized result

onZoomSDKInitializeResult(errorCode =5 and internalErrorCode=124)
SDK_JWT={“alg”:“HS256”,“typ”:“JWT”}{“appKey”:“server to server OAuth ClientID”,“sdkKey”:“server to server OAuth ClientID”,“mn”:98254090074,“role”:1,“iat”:1704901790,“exp”:1704988190,“tokenExp”:1704905390}  fY]P"99t2_{m

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