probe-sdk
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseZoom Probe SDK
Zoom Probe SDK
Background reference for preflight diagnostics on user devices and networks before meeting or session workflows.
Official docs:
Reference sample:
供会议或会话工作流启动前对用户设备和网络进行预检诊断的背景参考。
官方文档:
参考示例:
Routing Guardrail
路由规则
- Use Probe SDK when the user needs client-side diagnostics and readiness scoring (device/network/browser capability), not meeting/session join.
- If user needs embedded meeting flows, route to ../meeting-sdk/SKILL.md.
- If user needs custom real-time session UX, route to ../video-sdk/SKILL.md.
- If user needs backend orchestration of events/APIs, chain with ../rivet-sdk/SKILL.md, ../oauth/SKILL.md, and ../rest-api/SKILL.md.
- 当用户需要客户端诊断和就绪度评分(设备/网络/浏览器能力)而非加入会议/会话时,使用Probe SDK。
- 如果用户需要嵌入式会议流,请跳转至../meeting-sdk/SKILL.md。
- 如果用户需要自定义实时会话UX,请跳转至../video-sdk/SKILL.md。
- 如果用户需要事件/API的后端编排,请关联使用../rivet-sdk/SKILL.md、../oauth/SKILL.md和../rest-api/SKILL.md。
Quick Links
快速链接
Start here:
- probe-sdk.md
- concepts/architecture-and-lifecycle.md
- scenarios/high-level-scenarios.md
- examples/diagnostic-page-pattern.md
- examples/comprehensive-network-pattern.md
- references/probe-reference-map.md
- references/environment-variables.md
- references/versioning-and-compatibility.md
- references/samples-validation.md
- references/source-map.md
- troubleshooting/common-issues.md
- RUNBOOK.md
从这里开始:
- probe-sdk.md
- concepts/architecture-and-lifecycle.md
- scenarios/high-level-scenarios.md
- examples/diagnostic-page-pattern.md
- examples/comprehensive-network-pattern.md
- references/probe-reference-map.md
- references/environment-variables.md
- references/versioning-and-compatibility.md
- references/samples-validation.md
- references/source-map.md
- troubleshooting/common-issues.md
- RUNBOOK.md
Common Lifecycle Pattern
通用生命周期模式
- Initialize /
Prober.Reporter - Request media permissions and enumerate devices.
- Run targeted diagnostics (,
diagnoseAudio).diagnoseVideo - Run comprehensive network diagnostic () and stream stats to UI.
startToDiagnose - Produce final report and apply readiness gates.
- Stop/cleanup (,
stopToDiagnose,stopToDiagnoseVideo,releaseMediaStream).cleanup
- 初始化/
Prober。Reporter - 请求媒体权限并枚举设备。
- 运行针对性诊断(、
diagnoseAudio)。diagnoseVideo - 运行全面网络诊断()并将统计数据流式传输到UI。
startToDiagnose - 生成最终报告并应用就绪度门槛校验。
- 停止/清理资源(、
stopToDiagnose、stopToDiagnoseVideo、releaseMediaStream)。cleanup
High-Level Scenarios
核心场景
- Pre-join diagnostics page before Meeting SDK join action.
- Support workflow that captures structured report for customer troubleshooting.
- Device certification flow for kiosk or controlled endpoint environments.
- Browser capability gating for advanced media features.
See scenarios/high-level-scenarios.md for details.
- Meeting SDK加入操作前的预加入诊断页面。
- 支持捕获结构化报告供客户排查问题的工作流。
- 面向kiosk或受控终端环境的设备认证流程。
- 高级媒体功能的浏览器能力门槛校验。
详见scenarios/high-level-scenarios.md了解详情。
Chaining
关联跳转
- Meeting pre-join gate: ../meeting-sdk/web/SKILL.md
- Video session readiness gate: ../video-sdk/web/SKILL.md
- Telemetry/report ingestion backend: ../rivet-sdk/SKILL.md + ../rest-api/SKILL.md
- 会议预加入校验:../meeting-sdk/web/SKILL.md
- 视频会话就绪度校验:../video-sdk/web/SKILL.md
- 遥测/报告接入后端:../rivet-sdk/SKILL.md + ../rest-api/SKILL.md
Environment Variables
环境变量
- See references/environment-variables.md for optional keys and how to source values.
.env
可选配置项及取值方法请查看references/environment-variables.md。
.envOperations
运维相关
- RUNBOOK.md - 5-minute preflight and debugging checklist.
- RUNBOOK.md - 5分钟预检和调试清单。