build-zoom-meeting-sdk-app

Embed Zoom Meeting SDK with JWT signatures and host tokens.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides end-to-end guidance for embedding Zoom Meeting SDK, handling authentication, signature generation, join/start flows, and cross-platform routing, including waiting-room scenarios and bot patterns.

Core Features & Use Cases

  • Cross-platform integration guidance for Web, iOS, Android, Windows, macOS, and Linux using the Meeting SDK.
  • Walkthroughs for both Client View and Component View, including JWT-based authentication, ZAK/OBF host-start tokens, and error handling.
  • Strategies for preflight checks, signature validation, and robust retry/backoff for flaky networks or waiting-room conditions.

Quick Start

Follow this skill to wire a Meeting SDK join flow with server-generated JWT signatures and host-start tokens, ensuring a stable embed into your app.

Frequently Asked Questions about build-zoom-meeting-sdk-app

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

FAQPage Schema
How do I embed the Zoom Meeting SDK into my web or mobile application?

To embed the Zoom Meeting SDK, initialize the SDK, authenticate with a server-generated JWT signature, and execute join or start flows using required tokens for cross-platform integration across web, mobile, and desktop environments.

What is the best way to generate a JWT signature for Zoom Meeting SDK authentication?

The best way to generate a JWT signature for Zoom Meeting SDK authentication is server-side, using it to initialize the SDK and validate pre-join checks before routing users into a meeting.

Does the Zoom Meeting SDK support both joining meetings and starting meetings as a host?

Yes, the Zoom Meeting SDK supports both joining meetings and starting meetings as a host, utilizing ZAK or OBF host-start tokens to authenticate and route host actions within cross-platform apps.

How do I handle waiting room scenarios and network errors with the Zoom Meeting SDK?

Handle waiting room scenarios and network errors with the Zoom Meeting SDK by implementing preflight checks, signature validation, and robust retry or backoff strategies for flaky network conditions.

Can I use the Zoom Meeting SDK for desktop applications on Windows and macOS?

Yes, you can use the Zoom Meeting SDK for desktop applications on Windows and macOS, as it provides cross-platform integration guidance covering authentication, join or start flows, and UI integration.

What is the difference between Client View and Component View in Zoom Meeting SDK integration?

Client View provides a full-screen meeting interface while Component View allows embedding the Zoom Meeting SDK directly into a specific UI section, both requiring JWT-based authentication and host-start tokens for full functionality.