New to Claude Skills? Learn how to install them →

anthropics on GitHub

Zoom Meeting SDK Electron

OfficialFree

Embed Zoom meetings in your Electron applications seamlessly.

Get this skill

Free · Opens the source repo

What Zoom Meeting SDK Electron does

The Zoom Meeting SDK for Electron provides developers with the necessary tools to integrate Zoom meeting capabilities directly into their Electron desktop applications. This SDK allows you to leverage the native Zoom Meeting SDK through a Node addon wrapper, enabling features such as JWT authentication, meeting start/join flows, and settings management. By using this SDK, developers can create applications that offer users a seamless experience when participating in Zoom meetings without leaving their custom-built environments.

To get started, developers can refer to the detailed lifecycle workflow that outlines the steps from initialization to cleanup after a meeting. The SDK architecture pattern is also documented, helping developers understand how to structure their applications effectively using a service/controller/event model within Electron. Additionally, the setup guide provides essential information on dependencies and build expectations, ensuring that developers can prepare their environment correctly before implementation.

Security is a key consideration when using the Zoom Meeting SDK. The documentation emphasizes the importance of keeping SDK keys and secrets server-side and generating JWT tokens on the backend. This ensures that sensitive information is not exposed in client-side code. Furthermore, the SDK supports raw data integration, which requires explicit security hardening in production environments to protect user data and maintain compliance with security best practices.

Whether you are building a productivity tool, a collaborative platform, or any application that requires video conferencing capabilities, the Zoom Meeting SDK for Electron is a powerful resource that streamlines the integration process and enhances user engagement within your application.

When to use it

Use this SDK when developing Electron applications that require embedded Zoom meeting functionalities for a seamless user experience.

When not to use it

This SDK is not suitable for applications that do not require video conferencing features or for those that cannot implement the necessary security measures outlined in the documentation.

What you can build with it

Building a Collaborative Tool

Integrate Zoom meetings into a team collaboration app, allowing users to start or join meetings directly from the interface.

Creating a Virtual Classroom

Develop an educational platform that utilizes the Zoom Meeting SDK to facilitate live classes and discussions.

Enhancing Customer Support Applications

Embed Zoom capabilities in a customer support app to provide real-time video assistance to users.

How to install Zoom Meeting SDK Electron

View source

1. Install with the skills CLI

npx skills add anthropics/knowledge-work-plugins/electron --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by anthropics

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.

References

Related Skills

Merged from meeting-sdk/electron/SKILL.md

Zoom Meeting SDK Electron - Documentation Index

Start Here

  1. SKILL.md
  2. Lifecycle Workflow
  3. SDK Architecture Pattern
  4. Setup Guide

Concepts

Examples

References

Troubleshooting

Operations

  • RUNBOOK.md - 5-minute preflight and debugging checklist.

Frequently asked questions about Zoom Meeting SDK Electron

Similar skills