Zoom Meeting SDK (Electron)
SkillProductivityZoom Meeting SDK for Electron desktop applications. Use when embedding Zoom meetings in an Electron app with the Node addon wrapper, JWT auth, join/start flows, settings controllers, and raw data integration.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Zoom Meeting SDK (Electron) skill
What this skill tells your AI
The instructions your AI receives, as published by zoom/skills in skills/meeting-sdk/electron/SKILL.md and read by ahel’s review.
Use this skill when building Electron desktop apps that embed Zoom Meeting SDK capabilities through the Electron wrapper.
Current public changelog release: 7.1.0 (verified 2026-07-10). It adds participant
callbacks/interfaces, breakout-room summaries, face ROI in raw video, on-demand avatar download,
and a breakout-room join fix. Verify wrapper declarations before relying on those additions.
Start Here
- Lifecycle Workflow - init -> auth -> join/start -> in-meeting -> cleanup
- SDK Architecture Pattern - service/controller/event model in Electron
- Setup Guide - dependency and build expectations
- Authentication Pattern - SDK JWT generation and auth callbacks
- Join Meeting Pattern - start/join meeting execution flow
- SKILL.md - full navigation
Core Notes
- Electron wrapper is built on top of native Meeting SDK with Node addon bridges.
- Keep SDK key/secret server-side; generate SDK JWT on backend.
- Feature support differs by platform/version; check module docs before implementation.
- Raw data and IPC patterns require explicit security hardening in production.
References
Related Skills
Merged from meeting-sdk/electron/SKILL.md
Zoom Meeting SDK Electron - Documentation Index
Start Here
Concepts
Examples
References
Troubleshooting
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.
Signals
- GitHub stars
- 77
- Forks
- 16
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
zoom-meeting-sdk-electron- Source
- github.com/zoom/skills