zoom-websockets
Installation
SKILL.md
Zoom WebSockets
Receive real-time event notifications from Zoom via persistent WebSocket connection.
WebSockets vs Webhooks
| Aspect | WebSockets | Webhooks |
|---|---|---|
| Connection | Persistent, bidirectional | One-time HTTP POST |
| Latency | Lower (no HTTP overhead) | Higher (new connection per event) |
| Security | Direct connection, no exposed endpoint | Requires endpoint validation, IP whitelisting |
| Model | Pull (you connect to Zoom) | Push (Zoom connects to you) |
| State | Stateful (maintains connection) | Stateless (each event independent) |
| Setup | More complex (access token, connection) | Simpler (just endpoint URL) |
Choose WebSockets when:
- Real-time, low-latency updates are critical
- Security is paramount (banking, healthcare, finance)
- You don't want to expose a public endpoint
Related skills
More from zoom/skills
zoom-skills
|
22zoom-general
|
6zoom-mcp
|
5zoom-webhooks
|
5zoom-rest-api
Zoom REST API - 600+ endpoints for meetings, users, webinars, recordings, reports, and more. Server-side API for managing Zoom resources programmatically with OAuth 2.0 authentication.
5probe-sdk
Zoom Probe SDK for web diagnostics. Use to test media device permissions, audio/video diagnostics, network quality probing, and compatibility reporting before users join meetings or sessions.
4