zoom-meeting-sdk-windows

Deploy the Zoom Meeting SDK into Windows applications with controllers and events.

65|12|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/zoom/skills --skill zoom-meeting-sdk-windows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom-meeting-sdk-windows
Source: https://github.com/zoom/skills/tree/main/meeting-sdk/windows
Command: npx skills add https://github.com/zoom/skills --skill zoom-meeting-sdk-windows

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Zoom Meeting SDK for Windows enables developers to embed native Zoom meeting experiences into Windows apps, including support for custom UI, raw video/audio data access, and automation patterns across 35+ features.

Core Features & Use Cases

  • Custom UI support: Build your own meeting window while leveraging Zoom capabilities.
  • Raw data access: Access raw video and audio streams for advanced processing or custom rendering.
  • Architecture patterns: Follow the SDK architecture pattern to implement features with a single controller + event listener approach.
  • Troubleshooting guidance: Access runbooks, references, and best practices to resolve common issues quickly.

Quick Start

Run the JWT authentication flow, join a test meeting, and explore available controllers and events to build production-grade meeting experiences for Windows.

Frequently Asked Questions about zoom-meeting-sdk-windows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I embed Zoom meetings into a custom Windows application?

To embed Zoom meetings in a Windows app, deploy the Zoom Meeting SDK using a C++ toolchain like Visual Studio. It exposes controllers and event listeners to build custom UIs and automate workflows across 35+ features.

Can I access raw video and audio streams from Zoom meetings on Windows?

Yes, raw video and audio data streams are accessible through the Zoom Meeting SDK on Windows. This enables advanced processing and custom rendering directly within your native application environment.

Do I need Visual Studio to use the Zoom Meeting SDK for Windows?

Yes, a Windows C++ toolchain like Visual Studio is required to implement the Zoom Meeting SDK. You also need valid Zoom credentials to run the JWT authentication flow and join test meetings.

How does the Zoom SDK architecture pattern work for automating meeting workflows?

The Zoom SDK architecture pattern uses a single controller paired with an event listener. This approach standardizes development by exposing consistent events to automate common meeting workflows across supported features.

What is the best way to troubleshoot Zoom SDK integration issues in Windows apps?

The best way to troubleshoot Zoom SDK integration issues is to follow the documented architecture patterns and runbooks. Accessing provided references and best practices helps resolve common problems quickly during development.

Why does my custom UI Zoom meeting implementation fail to join sessions?

Custom UI meeting implementations often fail due to invalid Zoom credentials or incorrect JWT authentication flows. Verify your authentication setup and ensure your Windows C++ toolchain is correctly configured.