Skip to main content
Generalopenai

build-zoom-meeting-sdk-app

Use when using Meeting SDK.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--meeting-sdk
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/openai/plugins/HEAD/plugins/zoom/skills/meeting-sdk/SKILL.md -o .claude/skills/meeting-sdk.md

Drops the SKILL.md into .claude/skills/meeting-sdk.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Build Zoom Meeting SDK App

Use this skill when the user needs to join, start, or embed real Zoom meetings. If the user wants a fully custom non-meeting video experience, route to build-zoom-video-sdk-app.

Workflow

  1. Confirm product fit: Meeting SDK joins real Zoom meetings; Video SDK creates custom sessions; Zoom Apps SDK runs inside the Zoom client.
  2. Choose the target platform: web, Android, iOS, macOS, Windows, Electron, React Native, Unreal, or Linux bot.
  3. Validate the join or start path: meeting number, password, SDK signature, role, ZAK when hosting, waiting room behavior, and user identity.
  4. Implement the smallest join flow first, then add meeting controls, custom UI, raw data, recording, or bot behavior.
  5. Debug by isolating signature generation, SDK version, platform permissions, meeting settings, waiting room, raw data entitlement, and network constraints.

References