What problem does it solve?
Building custom video applications with the Zoom Video SDK on Windows involves obscure pitfalls—callbacks silently failing without a Windows message pump, 80+ mandatory delegate methods, header include-order build errors, and confusing video subscription timing. This Skill provides working code patterns, complete API references, and troubleshooting guides that resolve these issues directly.
Core Features & Use Cases
- Session & Media Implementation: Complete C++/C# code for JWT-authenticated session joins, Canvas API video rendering, raw YUV420/PCM capture and injection, screen sharing, cloud recording, live streaming, and transcription.
- Troubleshooting Guides: Targeted fixes for the most common failures—missing Windows message loop, abstract class errors, subscribe error codes, and SDK header dependency issues.
- .NET Integration Patterns: Eight C++/CLI wrapper patterns (gcroot callbacks, IDisposable, string/array marshaling, thread dispatch) for WinForms and WPF applications.
- Use Case: You are building a Win32 or WinForms app that joins Zoom Video SDK sessions and displays remote participant video. Use this Skill to get the correct event-driven subscription pattern and avoid the callback-not-firing pitfall.
Quick Start
Ask the agent to show the complete session join pattern with JWT authentication and the required Windows message loop for a C++ console application.