<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/video-sdk
──Details
PublishedMay 19, 2026 at 10:25 PM
Content Hashsha256:276ff7fb4da97e48...
Git SHA
──Files
Files (1 file, 1.5 KB)
SKILL.md1.5 KBactive
SKILL.md · 30 lines · 1.5 KB
version: "1.0.0" name: build-zoom-video-sdk-app description: Use when using Video SDK.
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
- Confirm product fit: Video SDK is for custom sessions with app-owned UX and lifecycle.
- Choose the target platform: web, Android, iOS, macOS, Windows, Linux, Flutter, React Native, Unity, or UI Toolkit.
- Validate auth: generate Video SDK session tokens server-side and keep SDK credentials out of client code.
- Implement join, media permissions, audio/video publish-subscribe, screen share, chat, and leave before advanced media features.
- Add custom layouts, raw media, recording, live transcription, or storage integrations only after the session lifecycle is stable.
- Debug by isolating token generation, SDK version, browser isolation, platform permissions, media device behavior, and entitlement limits.
References
- Full preserved guide: references/full-guide.md
- Web: web/SKILL.md
- Android: android/SKILL.md
- iOS: ios/SKILL.md
- Windows: windows/SKILL.md
- Linux: linux/SKILL.md
- UI Toolkit: ../ui-toolkit/SKILL.md
- Session lifecycle: references/session-lifecycle.md