onZoomSDKInitializeResult, errorCode = 5, internalErrorCode = 124

Meeting SDK Type and Version
@zoom/meetingsdk-react-native 0.0.1
mobilertc 6.1.5

trying to use zoom sdk for react native and followed all steps
but getting onZoomSDKInitializeResult, errorCode = 5, internalErrorCode = 124
but before I saw log like SDK initialized successfully.
@chunsiong.zoom
i cannot join the meeting error like: join meeting failed.
i also use client ID for creating JWT token as zoom official doc says.

@janak.codealchemy did you enable meeting sdk in your general app → embed tab?

@chunsiong.zoom
yes



@janak.codealchemy can you share a sample of your token here?

@chunsiong.zoom

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBLZXkiOiI5MWs2X3MyM1R3QXpjeTJXY2J3TXciLCJpYXQiOjE3MjcxNTI3NjUsImV4cCI6MTcyNzIzOTE3OSwidG9rZW5FeHAiOjE3MjcyMzkxNzl9.Mu2b-jAjpVm-EFSbSDHFGz8ni9F-OWbRHcuBjQyBQHc

@janak.codealchemy are you signing the token with the correct client secret? It seems that might be the issue

in appKey I am using client Id not client secret . which should I use?

In appKey and sdkKey you will use clientID.

There is another process which is not related to the payload, which requires you to sign the message with your secret key (aka Client Secret).

On JWT.IO, you can paste your secret key directly in the VERIFY SIGNATURE section to sign the message.
image


like that?

it worked but i got some other issue while joining should I open new thread?