zoom-plugin-sdk-macos
Installation
SKILL.md
Zoom Plugin SDK for macOS
Use Swift or Objective-C to control Zoom Workplace from a separate native macOS application.
Start Here
- Read Lifecycle and Integration.
- Use Package and API Map to locate the authoritative header and sample for a feature.
- Use Capabilities to check whether the official client can do the requested operation.
- Implement the smallest auth and IPC connection baseline.
- Add start/join and meeting-state handling.
- Add one feature toolkit at a time.
- Use Common Issues when callbacks, linking, permissions, or client compatibility fail.