<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/electron
──Details
PublishedMay 19, 2026 at 10:25 PM
Content Hashsha256:aecbdebc470db21f...
Git SHA
──Files
Files (1 file, 2.8 KB)
SKILL.md2.8 KBactive
SKILL.md · 80 lines · 2.8 KB
version: "1.0.0" name: zoom-meeting-sdk-electron description: | Zoom 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.
Zoom Meeting SDK (Electron)
Use this skill when building Electron desktop apps that embed Zoom Meeting SDK capabilities through the Electron wrapper.
Start Here
- [Lifecycle Workflow](concepts/lifecycle-workflow.md) - init -> auth -> join/start -> in-meeting -> cleanup
- [SDK Architecture Pattern](concepts/sdk-architecture-pattern.md) - service/controller/event model in Electron
- [Setup Guide](examples/setup-guide.md) - dependency and build expectations
- [Authentication Pattern](examples/authentication-pattern.md) - SDK JWT generation and auth callbacks
- [Join Meeting Pattern](examples/join-meeting-pattern.md) - start/join meeting execution flow
- [SKILL.md](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.