ZOOM SDK DOTNET WRAP.SDK Error

I’m trying to run zoom_sdk_demo from c#.
When I execute ZOOM_SDK_DOTNET_WRAP.

ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.Initialize(param); in app.xaml return SDKERR_UNINITIALIZE.

CZoomSDKeDotNetWrap.Instance.GetAuthServiceWrap(). SDKAuth(param); it systematically returns SDKERR_UNINITIALIZE.

I got app_key and app_secret for JWT and OAuth and in both cases it works the same.

Hey @myclassboard,

Thanks for using the dev forum!

Are you using the latest wrapper from the Zoom Marketplace download?

Thanks!
Michael

Yes, using the latest wrapper from the Zoom Marketplace,

  1. Copy the “ h ” folder in the Windows SDK into the C# wrapper folder

please explain more about C# wrapper folder. where it is located.?

Hey @myclassboard,

No need to copy anything over from another folder. On a fresh download of the wrapper it should be runnable.

Thanks!
Michael

Yes I download the c# wrapper and run in release and x86 mode in visual studio 2019 zoom_sdk_demo.sln but still getting same error SDKERR_UNINITIALIZE

Hey @myclassboard,

Can you try cleaning and rebuilding the wrapper project, then clean and rebuild the demo project?

Thanks!
Michael

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