Agent skill · software engineering · anthropics

build-zoom-meeting-sdk-app

Reference skill for Zoom Meeting SDK. Use after routing to a meeting-embed workflow when implementing real Zoom meeting joins, platform-specific SDK behavior, auth and join flows, waiting room issues, or meeting bot patterns.

Why this skill is useful

Provides specific integration patterns and SDK usage details for embedding Zoom meetings that the AI wouldn't reliably generate on its own.

What it needs

Requires node installed locally. Requires zoom account access. About 5k tokens when loaded. Last updated 2026-08-07. 23,345 stars on the source repository.

What this skill does

/build-zoom-meeting-sdk-app Background reference for embedded Zoom meetings across web, mobile, desktop, and Linux bot environments. Prefer build-zoom-meeting-app or build-zoom-bot first, then route here for platform detail. Zoom Meeting SDK Embed the full Zoom meeting experience into web, mobile, desktop, and headless integrations. Hard Routing Guardrail (Read First) If the user asks to embed/join meetings inside their app UI, route to Meeting SDK implementation. Do not switch to REST-only meeting link flow unless the user explicitly asks for meeting resource management or browser joinurl links. Meeting SDK join path requires SDK signature + SDK join call; REST joinurl is not a Meeting SDK join payload. Prerequisites Zoom app with Meeting SDK credentials SDK Key and Secret from Marketplace Platform-specific development environment (Web, Android, iOS, macOS, Unreal, Electron, Linux, or Windows) Need help with OAuth or signatures? See the zoom-oauth skill for authentication flows. Need pre-join diagnostics on web? Use probe-sdk before Meeting SDK init/join to gate low-readiness devices/networks. Start troubleshooting fast: Use the 5-Minute Runbook before deep debugging. Quick Start (Web - Client View via CDN) Critical Notes (Web) 1. CDN vs npm - Different APIs! Distribution Global Object View Type API Style -------------- --------------- ----------- ----------- CDN (zoom-meeting-{ver}.min.js) ZoomMtg Client View (full-page) Callbacks npm (@zoom/meetingsdk) ZoomMtgEmbedded Component View (embeddable) Promises 2. Backend Required for Production Never expose SDK Secret in client code. Generate signatures server-side: 3. CSS Conflicts - Avoid Global Resets Global { margin: 0; } breaks Zoom's UI. Scope your styles: 4. Client View Toolbar Cropping Fix If toolbar falls off screen, scale down the Zoom UI: 5. Hide Your App When Meeting Starts Client View takes over full page. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills anthropics/meeting-sdk

View the source on GitHub

Browse the @skills marketplace