Hello i am trying to start meeting but getting SDKERR_WRONG_USEAGE mesage

How can get userToken and userZAK??
I am passing these parameters.

start_withoutlogin_param.meetingNumber = UInt64.Parse(“23466”);
start_withoutlogin_param.userID = “sdfdf@df.com”;
start_withoutlogin_param.userToken = “”;
start_withoutlogin_param.userName = “abc”;
start_withoutlogin_param.userZAK = “”;
start_withoutlogin_param.zoomuserType = ZOOM_SDK_DOTNET_WRAP.ZoomUserType.ZoomUserType_APIUSER;

Hi aparab,

Thanks for the post. If you are trying to start a meeting without login, you may get the zoom token and zoom access token(Zak) from Zoom API: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usertoken

Hope this helps. Thanks!

Hello Carson,

How can i use ZOOM API in windows.
I get response from Test request.
But i am not getting any response in my code.

Can you please tel me how can i use create token and zak token API in my code.

Hi aparab,

For the definition of Zoom token and ZAK, you may visit the link I mentioned above. Below are the exact sample code that is showing how to retrieve zoom token and Zak in our demo app:

The C# wrapper is calling the same interfaces in Windows SDK so all process is the same. Hope this helps.