• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLKnowledge Work

build-zoom-meeting-app

プラグイン
Zoom
ソース
GitHub で見る ↗
説明

Zoomのミーティング機能を構築・組み込む際に使用します。ミーティングSDK(ソフトウェア開発キット)での参加機能、ウェブやモバイルアプリへのミーティング埋め込み、ミーティングの開始から終了までの流れ、またはミーティング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.

ユースケース
  • ミーティング機能を構築・組み込むとき
  • ウェブやモバイルアプリにミーティングを埋め込むとき
  • ミーティングの開始から終了までの流れを構築するとき
  • ミーティング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

  1. Confirm whether the user wants a Zoom meeting or a custom video session.
  2. Route to Meeting SDK if the user needs actual Zoom meetings.
  3. Pull in the relevant platform references.
  4. Add REST API only for meeting creation, resource management, or reporting.
  5. Add webhooks or RTMS only when the use case explicitly needs them.

Primary References

  • meeting-sdk
  • rest-api
  • webhooks
  • rtms
  • video-sdk

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 による自動翻訳です。