Need Help with Zoom Meeting SDK setup + Where to find SDK Key?
Posted by Any-Koala2624@reddit | programming | View on Reddit | 0 comments
Hey everyone,
I’m trying to integrate Zoom Meeting SDK (Windows C# wrapper) into my WPF/.NET project, but I’m getting stuck right from the installation.
What I’ve done so far:
- Downloaded the Zoom Meeting SDK (C# wrapper) from the Zoom Developer portal.
- Added the wrapper project into my Visual Studio solution.
- Tried to initialize and authenticate the SDK inside my WPF UserControl.
The issue:
- The sample/demo project asks for a JWT Token.
- I read that Zoom now requires you to generate a JWT using the SDK Key and SDK Secret (from the Meeting SDK app in Marketplace).
- But I’m confused:
- I already created a General App in Zoom Marketplace → it gave me a Client ID & Client Secret, but that doesn’t work with the SDK.
- Do I need to specifically create a Meeting SDK App?
- Where exactly do I find the SDK Key & SDK Secret for this?
Error I’m seeing:
(ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.GetAuthServiceWrap().SDKAuth(param))
SDK internal error OR Unauthentication