<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/probe-sdk
──Details
PublishedMay 19, 2026 at 10:25 PM
Content Hashsha256:b612276aba6f92e6...
Git SHA
──Files
Files (1 file, 1.2 KB)
SKILL.md1.2 KBactive
SKILL.md · 27 lines · 1.2 KB
version: "1.0.0" name: probe-sdk description: Use when using Probe SDK.
Zoom Probe SDK
Use this skill when the app needs readiness checks before a user joins a meeting or video session.
Workflow
- Define the preflight gate: browser support, camera, microphone, speaker, network, CPU, or diagnostic report.
- Run diagnostics before the Meeting SDK or Video SDK join flow.
- Decide whether failed checks should block join, warn the user, or capture support telemetry.
- Keep probe results separate from meeting/session tokens and avoid sending unnecessary device details downstream.
- Debug by isolating browser permissions, device enumeration, HTTPS requirements, firewall behavior, and unsupported environments.
References
- Full preserved guide: references/full-guide.md
- Probe overview: probe-sdk.md
- Architecture and lifecycle: concepts/architecture-and-lifecycle.md
- Diagnostic page pattern: examples/diagnostic-page-pattern.md
- Network pattern: examples/comprehensive-network-pattern.md
- Common issues: troubleshooting/common-issues.md