ZoomMeetingSdk.Maui.Windows 7.1.5.43956

dotnet add package ZoomMeetingSdk.Maui.Windows --version 7.1.5.43956
                    
NuGet\Install-Package ZoomMeetingSdk.Maui.Windows -Version 7.1.5.43956
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ZoomMeetingSdk.Maui.Windows" Version="7.1.5.43956" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ZoomMeetingSdk.Maui.Windows" Version="7.1.5.43956" />
                    
Directory.Packages.props
<PackageReference Include="ZoomMeetingSdk.Maui.Windows" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ZoomMeetingSdk.Maui.Windows --version 7.1.5.43956
                    
#r "nuget: ZoomMeetingSdk.Maui.Windows, 7.1.5.43956"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ZoomMeetingSdk.Maui.Windows@7.1.5.43956
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ZoomMeetingSdk.Maui.Windows&version=7.1.5.43956
                    
Install as a Cake Addin
#tool nuget:?package=ZoomMeetingSdk.Maui.Windows&version=7.1.5.43956
                    
Install as a Cake Tool

ZoomMeetingSdk.Maui.Windows

Windows support for the Zoom Meeting SDK in .NET MAUI, on net10.0-windows10.0.19041.0.

<PackageReference Include="ZoomMeetingSdk.Maui.Windows" Version="7.1.5.43953" />

There is no binding here: Zoom ships a C++/CLI wrapper as source only, targeting .NET Framework 4.5.2 with the v142 toolset. This package ships it prebuilt, along with Zoom's native runtime and the build logic that places both where the SDK can find them.

The version tracks the Zoom Windows SDK build inside the package, which is a different release from the Android package. Zoom ships the platform SDKs independently.

Requirements

  • net10.0-windows10.0.19041.0 or later, x64 only (set for you; ZOOMSDK010 errors otherwise)
  • A Zoom Meeting SDK app and credentials, from the Zoom App Marketplace

What the package does at build time

Copies Zoom's ~315 MB runtime next to your exe sdk_loader.cpp calls LoadLibrary("sdk.dll") relative to the wrapper's own directory, so a runtimes/ layout does not work
Copies ijwhost.dll from your .NET host pack The wrapper is a C++/CLI (IJW) assembly and cannot load without it
Excludes WebView2Loader.dll Zoom ships one and MAUI/WinUI 3 ships its own; overwriting MAUI's breaks WebView2

ZOOMSDK010 errors on non-x64; ZOOMSDK011 warns if ijwhost.dll cannot be located; ZOOMSDK012 warns if the package was built without its native payload.

If ijwhost.dll is missing you get Could not load file or assembly 'zoom_sdk_dotnet_wrap' — naming a file that is plainly present in the output directory. That is the failure this handles.

Packaged / MSIX apps

The copy target assumes an unpackaged app (WindowsPackageType=None). For MSIX, declare the payload as Content instead — $(ZoomWindowsRuntimeDir) is set by this package for that purpose. See the repository docs.

Licensing

This package redistributes Zoom's proprietary SDK binaries. See LICENSE.txt: the packaging code is MIT and Zoom's binaries remain Zoom's under Zoom's own terms. Using the Zoom Meeting SDK requires your own agreement with Zoom.

Source and full documentation: https://github.com/antargyan/zoom-maui-sdk

Product Compatible and additional computed target framework versions.
.NET net10.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0-windows10.0.19041

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.1.5.43956 844 8/21/2026
7.1.5.43954 108 8/20/2026
7.1.5.43953 99 8/20/2026