<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/zoom-apps-sdk
──Details
PublishedMay 19, 2026 at 10:30 PM
Content Hashsha256:bdedc03bd181ad1d...
Git SHA
──Files
Files (1 file, 1.6 KB)
SKILL.md1.6 KBactive
SKILL.md · 29 lines · 1.6 KB
version: "1.0.0" name: zoom-apps-sdk description: Use when using Apps SDK.
Zoom Apps SDK
Use this skill when the app runs inside the Zoom client. If the user only needs to embed a meeting in an external app, route to Meeting SDK instead.
Workflow
- Confirm the running context: meeting, webinar, main client, phone, collaborate mode, immersive mode, camera mode, or Layers API.
- Configure Marketplace app settings, allowed domains, redirect URIs, and in-client OAuth before implementing SDK calls.
- Initialize
zoomSdkand gate features by capability and running context. - Design client communication and data flow: frontend SDK calls, backend REST calls, in-client OAuth tokens, and webhook handoff.
- Implement advanced client features only after the base app loads reliably: Layers API, breakout rooms, guest mode, collaborate mode, or ZMail.
- Debug blank panels, domain allowlist issues, CSP, missing capabilities, running-context mismatch, and OAuth redirect problems independently.
References
- Full preserved guide: references/full-guide.md
- Architecture: concepts/architecture.md
- Running contexts: concepts/running-contexts.md
- Meeting SDK versus Zoom Apps: concepts/meeting-sdk-vs-zoom-apps.md
- Layers API: references/layers-api.md
- In-client OAuth: examples/in-client-oauth.md
- Common issues: troubleshooting/common-issues.md