What problem does it solve?
Provides a comprehensive, navigable guide for integrating the Zoom Video SDK on Windows, covering both Canvas API rendering and Raw Data Pipe approaches, session lifecycle, event-driven delegates, and troubleshooting workflows.
Core Features & Use Cases
- Comprehensive Windows SDK integration patterns for Canvas rendering (SDK-rendered) and Raw Data Pipe (frame access) to fit typical UI and processing needs.
- Step-by-step guidance on initialization, session join, per-user subscription, and common pitfalls, including Windows message loop requirements.
- Reference materials linked to API references, delegate methods, samples, and troubleshooting guides to accelerate development.
Quick Start
Follow the Windows Video SDK integration flow: initialize the SDK, register a delegate, join a session with audio configured to connect in onSessionJoin, then subscribe to local and remote video using Canvas API or Raw Data Pipe as needed.