Agent Skills
› openai/plugins
› build-zoom-meeting-sdk-app
build-zoom-meeting-sdk-app
GitHub用于指导构建集成 Zoom Meeting SDK 的应用,支持加入、启动或嵌入真实会议。涵盖多平台适配、加入流程实现及调试指南,区别于自定义视频体验的 Video SDK。
Trigger Scenarios
用户需要加入或创建真实的 Zoom 会议
用户需要在应用中嵌入 Zoom 会议功能
开发者询问如何集成 Zoom Meeting SDK
Install
npx skills add openai/plugins --skill build-zoom-meeting-sdk-app -g -y
SKILL.md
Frontmatter
{
"name": "build-zoom-meeting-sdk-app",
"description": "Use when using Meeting SDK."
}
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
- Confirm product fit: Meeting SDK joins real Zoom meetings; Video SDK creates custom sessions; Zoom Apps SDK runs inside the Zoom client.
- Choose the target platform: web, Android, iOS, macOS, Windows, Electron, React Native, Unreal, or Linux bot.
- Validate the join or start path: meeting number, password, SDK signature, role, ZAK when hosting, waiting room behavior, and user identity.
- Implement the smallest join flow first, then add meeting controls, custom UI, raw data, recording, or bot behavior.
- Debug by isolating signature generation, SDK version, platform permissions, meeting settings, waiting room, raw data entitlement, and network constraints.
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 bots: linux/SKILL.md
- Signature playbook: references/signature-playbook.md
- Troubleshooting: references/troubleshooting.md
Version History
- 11c74d6 Current 2026-07-19 09:53


