build-zoom-meeting-app

Plan embedded Zoom meeting flows using Meeting SDK and Video SDK.

7|2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/zoom/zoom-plugin --skill build-zoom-meeting-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-zoom-meeting-app
Source: https://github.com/zoom/zoom-plugin/tree/main/skills/build-zoom-meeting-app
Command: npx skills add https://github.com/zoom/zoom-plugin --skill build-zoom-meeting-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan and implement embedded Zoom meeting experiences, including lifecycle management, by selecting the right SDKs and routing decisions to simplify development.

Core Features & Use Cases

  • 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

Quick Start

Outline an embedded Zoom meeting flow for a web app using Meeting SDK, including join and lifecycle steps.

Frequently Asked Questions about build-zoom-meeting-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I embed a Zoom meeting into a web application?

Use the Zoom Meeting SDK to embed meeting experiences into web apps by handling authentication, join flow design, and lifecycle management directly within your platform's UI.

What is the difference between Zoom Meeting SDK and Video SDK?

The boundary decision depends on use case: the Meeting SDK embeds standard Zoom meeting lifecycle flows, while the Video SDK enables custom video experiences without the traditional meeting interface.

How do I manage the Zoom meeting lifecycle in a custom app?

Manage the Zoom meeting lifecycle by implementing SDK routing logic to handle authentication, join flow design, and meeting creation steps for your specific web or native platform.

Do I need webhooks to create Zoom meetings via API?

Use lightweight REST APIs to support meeting creation and join flows, while integrating webhooks allows your application to receive asynchronous updates about the meeting lifecycle.

Can I use the Zoom Meeting SDK for both web and mobile platforms?

Yes, the Zoom Meeting SDK supports platform routing for both web and native mobile applications, allowing you to address web versus native platform considerations during implementation.

What is the best way to plan an embedded Zoom meeting flow?

The best way to plan an embedded Zoom meeting flow is to outline SDK selection, platform considerations, and lifecycle steps required for users to authenticate and join the meeting session.