zoom-meeting-sdk-electron

Embed Zoom Meeting SDK into Electron apps with JWT authentication and meeting controls.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Electron-based desktop apps often struggle to embed and control Zoom meetings without a reliable, cross-platform integration.

Core Features & Use Cases

  • Electron wrapper: seamless integration of Zoom Meeting SDK into Electron apps with a Node addon bridge.
  • Authentication: JWT-based auth flow with backend token signing for secure sessions.
  • Join/Start workflows: streamlined lifecycle from init to cleanup with controls for audio/video/chat/share.
  • Raw data integration: support for raw data capture and advanced modules as needed.

Quick Start

Install the Electron Meeting SDK package, initialize the wrapper, authenticate with a server-generated JWT, and join a test meeting.

Frequently Asked Questions about zoom-meeting-sdk-electron

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

FAQPage Schema
How do I embed Zoom meetings into an Electron app?▼

You can embed Zoom meetings in an Electron app by using an Electron wrapper with a node addon bridge to render and control the meeting client directly within your desktop application.

What is needed for Zoom Meeting SDK authentication in an Electron app?▼

Zoom Meeting SDK authentication in an Electron app requires JWT-based authentication, which involves generating and signing tokens on your backend server to securely initialize and join sessions.

Does the Zoom Meeting SDK support raw data capture in Electron?▼

Yes, the Zoom Meeting SDK supports raw data integration in Electron apps, allowing you to capture raw audio and video streams for advanced custom processing and analytics modules.

How do I manage the meeting lifecycle when embedding Zoom in Electron?▼

You manage the meeting lifecycle in Electron using modular controllers for audio, video, chat, and share, streamlining the workflow from initialization through active session control to final cleanup.

Can I control audio and video streams in an embedded Zoom Electron meeting?▼

Yes, you can control audio and video streams in an embedded Zoom Electron meeting through dedicated modular controllers that manage joining, starting, and adjusting media settings during the session.