Agent Skills
› openai/plugins
› build-zoom-video-sdk-app
build-zoom-video-sdk-app
GitHub指导构建自定义视频会话应用,适用于需独立UI和生命周期的场景。若需会议号、等候室等标准功能应路由至Meeting SDK。涵盖多平台支持、服务端鉴权、基础音视频实现及高级功能集成流程。
Trigger Scenarios
需要开发自定义视频通话应用
使用Zoom Video SDK进行二次开发
构建非标准会议体验的实时音视频功能
Install
npx skills add openai/plugins --skill build-zoom-video-sdk-app -g -y
SKILL.md
Frontmatter
{
"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
Version History
- 11c74d6 Current 2026-07-19 09:54


