Setting the file. One moment. RUNBOOK · Zoom Meeting SDK macOS · anthropics/knowledge-work-plugins · Skills Docs
Use this before deep debugging.
22
Validate Data
Tech Debt
62
Recruiting Pipeline
71
Vendor Check
Versioning And Compatibility
88
Vendor Review
181
Create An Asset
Video Sdk/web
- Skill entrypoint is
SKILL.md.
- This runbook is an operational convention (recommended), not a required skill file.
- SDK/API names can drift by version; validate current names against docs/raw-docs before release.
- Confirm this is a Meeting SDK embed path for macOS (not REST
join_url only).
- Choose default/full UI first, then move to custom UI after stable join/start.
- Wrapper platforms (Web/React Native/Electron) require extra runtime and bridge checks.
- Meeting SDK app credentials (Client ID/Secret).
- Backend-generated Meeting SDK signature/JWT.
- Meeting identifiers (
meetingNumber, password) and ZAK for host start flows when needed.
- Initialize SDK and register event handlers.
- Authenticate SDK session/token.
- Join or start meeting/webinar with role-appropriate credentials.
- Handle in-meeting events and network/media state updates.
- Correlate meeting/session state changes with participant identity and role.
- Handle reconnect/waiting-room transitions explicitly.
- Keep callback/promise/event handlers idempotent to avoid duplicate actions.
- Leave meeting and release SDK resources cleanly.
- Remove listeners/subscriptions during component/app teardown.
- Re-check quarterly version enforcement windows before release updates.
- Init/auth succeeds before join/start attempt.
- Join/start flow completes once on target platform without stale state.
- Core media controls (audio/video/share) respond to expected events.
- 401/signature errors -> backend signature claims/time skew/app credentials mismatch.
- UI loads but cannot join -> wrong role/ZAK/password field or invalid meeting data.
- Random event behavior -> listeners attached multiple times or detached too early.
raw-docs/developers.zoom.us/docs/meeting-sdk/macos/
raw-docs/marketplacefront.zoom.us/sdk/meeting-sdk/macos/
RUNBOOK.md