zoom-plugin-sdk-windows
Installation
SKILL.md
Zoom Plugin SDK for Windows
Use native C++ to control Zoom Workplace from a separate Windows desktop application.
Start Here
- Read Lifecycle and Integration.
- Use Package and API Map to locate the authoritative interface and sample dialog for a feature.
- Use Capabilities to check whether the official client can do the requested operation.
- Build the bundled
PSDKTestsample in the matching architecture. - Implement auth, IPC, and meeting-state callbacks before feature controls.
- Use Common Issues for build, runtime DLL, listener, permission, and compatibility failures.