zoom/zoom-plugin · Archived

build-zoom-meeting-app

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.

First seen May 11, 2026

Installation

$ npx skills add zoom/zoom-plugin --skill build-zoom-meeting-app

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from zoom/zoom-plugin · top by installs.

npx skills add zoom/zoom-plugin

Browse all from zoom/zoom-plugin

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 5
License LICENSE
Default branch main
Open issues 2
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,482 B
  • docs SUMMARY.md 213 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

/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. Create or validate the dedicated Meeting SDK Marketplace app before generating signatures.
  4. Pull in the relevant platform references.
  5. Add REST API only for meeting creation, resource management, or reporting.
  6. Add webhooks or RTMS only when the use case explicitly needs them.

Primary References

  • [meeting-sdk](../meeting-sdk/SKILL.md)
  • [setup-zoom-marketplace-app](../setup-zoom-marketplace-app/SKILL.md)
  • [rest-api](../rest-api/SKILL.md)
  • [webhooks](../webhooks/SKILL.md)
  • [rtms](../rtms/SKILL.md)
  • [video-sdk](../video-sdk/SKILL.md)

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