帮助开发者构建和排查 Zoom 联络中心集成、状态管理与回呼流程
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "build-zoom-contact-center-app" 技能: 1. 下载 https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/partner-built/zoom-plugin/skills/contact-center/SKILL.md 2. 保存为 ~/.claude/skills/contact-center/SKILL.md 3. 装好后重载技能,告诉我可以用了
请为 Zoom Contact Center 设计一个网页集成方案:用户进入客服流程后,前端需要接收路由结果、保存 engagement context、同步会话状态,并在转接或结束时更新界面。请输出架构说明、关键事件流和前端状态管理建议。
一份集成方案说明,包含系统架构、事件流程与状态管理实现建议。
我正在开发一个原生应用接入 Zoom Contact Center,需要支持外呼活动和客户回呼。请给出实现步骤、关键接口交互、异常场景处理,以及如何保证回呼状态与坐席界面一致。
一套回呼与活动功能实施指南,涵盖流程、接口与异常处理策略。
我们的 Zoom Contact Center 集成在升级后出现状态不同步和事件字段变更问题。请帮我制定一个版本漂移排查清单,包含兼容性检查项、日志定位方法、回归测试建议,以及如何减少后续升级风险。
一份版本漂移排查与修复清单,帮助快速定位并降低升级风险。
Background reference for Zoom Contact Center integrations across app, web, and native mobile surfaces.
Implementation guidance for Zoom Contact Center across:
Official docs:
zoom-apps-sdk.Start here:
Platform skills:
contact-center/
├── SKILL.md
├── RUNBOOK.md
├── concepts/
│ └── architecture-and-lifecycle.md
├── scenarios/
│ └── high-level-scenarios.md
├── references/
│ ├── versioning-and-compatibility.md
│ ├── samples-validation.md
│ └── environment-variables.md
├── troubleshooting/
│ └── common-drift-and-breaks.md
├── android/
│ ├── SKILL.md
│ ├── concepts/sdk-lifecycle.md
│ ├── examples/service-patterns.md
│ ├── references/android-reference-map.md
│ └── troubleshooting/common-issues.md
├── ios/
│ ├── SKILL.md
│ ├── concepts/sdk-lifecycle.md
│ ├── examples/service-patterns.md
│ ├── references/ios-reference-map.md
│ └── troubleshooting/common-issues.md
└── web/
├── SKILL.md
├── concepts/lifecycle-and-events.md
├── examples/app-context-and-state.md
├── references/web-reference-map.md
└── troubleshooting/common-issues.md
entryId for chat/video/ZVA, apiKey for scheduled callback and campaign flows).fetchUI, startVideo, or web SDK open/show path).start, hold, resume, end) and context switching.endChat/endVideo, logout/logoff, uninitialize/release).engagementId and survives context switching.See scenarios/high-level-scenarios.md for details.
…
围绕客户问题进行多来源调研与溯源,快速整理背景并支持准确回复。
帮助开发者构建基于 Zoom Video SDK 的自定义视频会话应用