<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/meeting-sdk
──Details
PublishedMay 19, 2026 at 10:25 PM
Content Hashsha256:1421e45c582b7c98...
Git SHA
──Files
Files (1 file, 1.4 KB)
SKILL.md1.4 KBactive
SKILL.md · 29 lines · 1.4 KB
version: "1.0.0" 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