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
<PackageReference Include="ZoomMeetingSdk.Maui.Windows" Version="7.1.5.43956" />
<PackageVersion Include="ZoomMeetingSdk.Maui.Windows" Version="7.1.5.43956" />
<PackageReference Include="ZoomMeetingSdk.Maui.Windows" />
paket add ZoomMeetingSdk.Maui.Windows --version 7.1.5.43956
#r "nuget: ZoomMeetingSdk.Maui.Windows, 7.1.5.43956"
#:package ZoomMeetingSdk.Maui.Windows@7.1.5.43956
#addin nuget:?package=ZoomMeetingSdk.Maui.Windows&version=7.1.5.43956
#tool nuget:?package=ZoomMeetingSdk.Maui.Windows&version=7.1.5.43956
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.0or later, x64 only (set for you;ZOOMSDK010errors 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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows10.0.19041 is compatible. |
-
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 |