Unable to join or create session.(Error Code:2013)

I compiled the project “zoom-video-sdk-windows-1.5.3”, tried to Create a Session, and used token
{
“app_key”: “xxxxxxxxxxxxxxxxxxxxxxxx”,
“tpc”: “wkmtpc”,
“version”: 1,
“role_type”: 0,
“user_identity”: “user123”,
“iat”: 1671442430,
“exp”: 1671446030
},
but ret errcode ZoomVideoSDKErrors_Session_Invalid_Param(2013)

Error code 2013 indicates that the SDK received invalid parameters for the join Session method. Check the parameters you passed to the join method. You can read more here - https://developers.zoom.us/docs/sdk/video/windows/essential/create-join-session/

Please give me more help. The demo always doesn’t work properly.
os:win10, vs2019, demo is “zoom-video-sdk-windows-1.5.3”



I found the problem. I used SDK Key instead of API Key

1 Like

Yay - so glad you got it working. Let me know if there is anything else you run into - I can try and provide as much help as possible.

I am also getting the 2013 error and not sure what am i doing wrong.

The documentation says some backend db error without any further details here

The sdk logs seems to be in encrypted format.

Blocked here… Need some working example for Zoom sessions (Not zoom meetings) where there is no need to provide zak tokens for joining a session.

@balajisunku duplicate question answered here.