<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/websockets
──Details
PublishedMay 19, 2026 at 10:30 PM
Content Hashsha256:874ee61ffeb5a09b...
Git SHA
──Files
Files (1 file, 1.2 KB)
SKILL.md1.2 KBactive
SKILL.md · 26 lines · 1.2 KB
version: "1.0.0" name: setup-zoom-websockets description: Use when building Zoom WebSockets.
Setup Zoom WebSockets
Use this skill when the integration needs persistent Zoom event delivery instead of HTTP webhook callbacks. If normal webhook retries and delivery are enough, prefer setup-zoom-webhooks.
Workflow
- Confirm WebSockets are justified by latency, firewall, connection model, or deployment constraints.
- Configure the app and event subscriptions for the required event stream.
- Implement connection setup, authentication, heartbeat, reconnect, backoff, and shutdown handling.
- Normalize events into the same internal contract used by webhook handlers when both are supported.
- Add observability for connection state, reconnect count, event lag, and dropped messages.
- Debug by isolating token/auth problems, app subscription settings, network proxies, TLS interception, and reconnect loops.
References
- Full preserved guide: references/full-guide.md
- Connection: references/connection.md
- Events: references/events.md
- Common issues: troubleshooting/common-issues.md