zoom-meeting-sdk-web-client-view

Embed a Zoom Meeting UI in web apps using the ZoomMtg global singleton.

65|12|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/zoom/skills --skill zoom-meeting-sdk-web-client-view
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom-meeting-sdk-web-client-view
Source: https://github.com/zoom/skills/tree/main/meeting-sdk/web/client-view
Command: npx skills add https://github.com/zoom/skills --skill zoom-meeting-sdk-web-client-view

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Embedding a full Zoom Meeting UI into a web application can be verbose and brittle. This skill provides a ready-to-use client view that mirrors the Zoom Web Client UI with minimal customization.

Core Features & Use Cases

  • Full-page Zoom Meeting UI embedded in web apps using the ZoomMtg global singleton.
  • Minimal customization required to deliver a familiar Zoom experience across Web, React Native, Electron, and other frontends.
  • Use Case: rapid integration for customer portals, product dashboards, or internal tools that require a standard Zoom meeting experience.

Quick Start

Install and initialize the Meeting SDK Web Client View in your project and render the client view by supplying a meetingNumber and signature to join.

Frequently Asked Questions about zoom-meeting-sdk-web-client-view

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?

You can embed a Zoom meeting by using the Meeting SDK Web Client View, which relies on the ZoomMtg global singleton to render a full-page meeting UI with minimal setup.

What is the Zoom Meeting SDK client view used for?

The Zoom Meeting SDK client view provides a ready-to-use, full-page Zoom meeting UI for web portals, dashboards, and SaaS apps that need a standard meeting experience with minimal customization.

Does the Zoom Web Client view support React Native or Electron frontends?

Yes, the Meeting SDK client view delivers a familiar Zoom experience across Web, React Native, and Electron frontends with minimal customization required.

What do I need to initialize the Zoom Meeting SDK and join a meeting?

To initialize the Meeting SDK and render the client view, you need to supply a meeting number and signature to join the meeting seamlessly.

When should I choose the client view over other Zoom Meeting SDK integration approaches?

Choose the client view for rapid integration into customer portals or internal tools when you need a standard Zoom meeting experience and want to avoid verbose, brittle UI customization.