Zoom sdk c-sharp wrapper missing references

currently attempting to make use of the zoom sdk C# Wrapper but a reference is missing. The zoom_sdk_dotnet_wrapper reference is missing, I have checked to see if I could find the referenced zoom-c-sharp-wrapper-master\bin\zoom_sdk_dotnet_wrap.dll but have not found anything so far any help that can be offered is appreciated.

@matthew.abbott ,

Thank you for posting in the Zoom developer forum and sorry for the missed response here. Just checked the C# wrapper and it looks like the reference is included in the code base as expected. Please let me know if you are still not seeing the reference on your end.

We are looking forward to hearing back from you.

Hello,
I am facing the same issue. I am following the instructions from Get started | Meeting SDK | Win - Zoom Developers.
However zoom-c-sharp-wrapper-master\bin\zoom_sdk_dotnet_wrap.dll is missing in the downloaded ZIP file. v6.2.11.51440 is the version I have downloaded from Zoom marketplace. I followed the below steps but got the errors as attached in the screenshot.

Build the default SDK for Windows demo app with the C# wrapper.

  1. Open the demo app in your IDE of choice. a. In Visual Studio, go to the zoom_sdk_demo folder. b. Open the zoom_sdk_demo.csproj file.
  2. Set your build configuration version. For example, in Visual Studio, set the Solution Configuration to Release.
  3. Define your architecture. In Visual Studio, set the Solution Platform to either X86 (for 32-bit systems) or X64 (for 64-bit systems).
  4. Build and run.


Hi @chunsiong.zoom, Can you help me with this?

@ratheesh.natarajan can you try out this video guide? It is for an older version of SDK, but it should work the same.

I’m using Windows 11 and VS 2022

@chunsiong.zoom That worked! thanks a lot. However when I enter the JWT in the token field, I am not getting the next popup.