Skip to main content
Generalopenai

build-zoom-video-sdk-app

Use when using Video SDK.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--video-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/video-sdk/SKILL.md -o .claude/skills/video-sdk.md

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

Build Zoom Video SDK App

Use this skill when the user needs a custom video session rather than a real Zoom meeting. If the user needs meeting numbers, waiting rooms, hosts, or normal Zoom meeting controls, route to Meeting SDK.

Workflow

  1. Confirm product fit: Video SDK is for custom sessions with app-owned UX and lifecycle.
  2. Choose the target platform: web, Android, iOS, macOS, Windows, Linux, Flutter, React Native, Unity, or UI Toolkit.
  3. Validate auth: generate Video SDK session tokens server-side and keep SDK credentials out of client code.
  4. Implement join, media permissions, audio/video publish-subscribe, screen share, chat, and leave before advanced media features.
  5. Add custom layouts, raw media, recording, live transcription, or storage integrations only after the session lifecycle is stable.
  6. Debug by isolating token generation, SDK version, browser isolation, platform permissions, media device behavior, and entitlement limits.

References