zoom-meeting-sdk-electron

Installation
SKILL.md

Zoom Meeting SDK (Electron)

Use this skill when building Electron desktop apps that embed Zoom Meeting SDK capabilities through the Electron wrapper.

Start Here

  1. Lifecycle Workflow - init -> auth -> join/start -> in-meeting -> cleanup
  2. SDK Architecture Pattern - service/controller/event model in Electron
  3. Setup Guide - dependency and build expectations
  4. Authentication Pattern - SDK JWT generation and auth callbacks
  5. Join Meeting Pattern - start/join meeting execution flow
  6. 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.
Related skills

More from anthropics/knowledge-work-plugins

Installs
1
GitHub Stars
12.0K
First Seen
1 day ago