スキルKnowledge Work
📹build-zoom-meeting-app
- プラグイン
- Zoom
- ソース
- GitHub で見る ↗
説明
Zoomミーティングフローの構築または埋め込み 次のような場合に使用: Meeting SDKの結合、WebまたはモバイルミーティングEmbeds、ミーティングライフサイクルフロー、またはMeeting SDKとVideo SDKの選択を行う場合
原文を表示
Build or embed a Zoom meeting flow. Use when implementing Meeting SDK joins, web or mobile meeting embeds, meeting lifecycle flows, or when deciding between Meeting SDK and Video SDK.
ユースケース
- ✓Meeting SDKを結合する
- ✓WebまたはモバイルミーティングEmbedsを構築する
- ✓ミーティングライフサイクルフローを設計する
- ✓Meeting SDKとVideo SDKから選択する
本文
/build-zoom-meeting-app
Use this skill for embedded meeting experiences and meeting lifecycle implementation.
Covers
- Meeting SDK selection and platform routing
- Join/auth implementation planning
- Meeting creation plus join flow design
- Web vs native platform considerations
- Meeting SDK vs Video SDK boundary decisions
Workflow
- Confirm whether the user wants a Zoom meeting or a custom video session.
- Route to Meeting SDK if the user needs actual Zoom meetings.
- Pull in the relevant platform references.
- Add REST API only for meeting creation, resource management, or reporting.
- Add webhooks or RTMS only when the use case explicitly needs them.
Primary References
Common Mistakes
- Using Video SDK for normal Zoom meeting embeds
- Mixing resource-management APIs into the core join flow without reason
- Skipping platform-specific SDK constraints until too late
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。