Zoom SDK v5.16.10.17706

Hi Zoom Team,
We have integrated zoom sdk v5.16.10.17706 but it`s not getting initialize.

fun onZoomSDKInitializeResult(errorCode: Int,internalErrorCode: Int){} callback of ZoomSDKInitializeListener is giving

errorCode value is 5 and internalErrorCode is 124

Source code to initialize Zoom SDK is below:

val initParams = ZoomSDKInitParams()
initParams.jwtToken = “generatedJWTUsingJSON Web Tokens - jwt.io with required header and payload and type of algorithm”

        initParams.domain = "zoom.us"
        initParams.enableLog = true
        initParams.enableGenerateDump = true
        initParams.logSize = 5
        initParams.videoRawDataMemoryMode = ZoomSDKRawDataMemoryMode.ZoomSDKRawDataMemoryModeStack

mZoomSDK.initialize(context, this, initParams)

Please check this as soon as possible. Our Zoom app has become nonfunctional.
Thanks & Regards
Archana