Agent Skills
› anthropics/knowledge-work-plugins
› contact-center/ios
contact-center/ios
GitHub提供Zoom Contact Center iOS SDK的集成指南,涵盖聊天、视频及回调功能。指导SDK生命周期管理、上下文配置、App生命周期桥接及重连流程处理,附带调试清单与参考文档链接。
触发场景
iOS端集成Zoom客服SDK
实现原生聊天或视频通话功能
处理App前后台切换状态同步
解决SDK初始化或重连问题
安装
npx skills add anthropics/knowledge-work-plugins --skill contact-center/ios -g -y
SKILL.md
Frontmatter
{
"name": "contact-center\/ios",
"triggers": [
"contact center ios",
"zcc ios",
"zoomccinterface ios",
"handleRejoinVideoOpenURL",
"zoomccservicedelegate",
"scheduled callback ios"
],
"description": "Zoom Contact Center SDK for iOS. Use for native iOS chat\/video\/ZVA\/scheduled callback integrations, app lifecycle bridging, rejoin flow, and callback handling.",
"user-invocable": false
}
Zoom Contact Center SDK - iOS
Official docs:
- https://developers.zoom.us/docs/contact-center/ios/
- https://marketplacefront.zoom.us/sdk/contact/ios/index.html
Quick Links
- concepts/sdk-lifecycle.md
- examples/service-patterns.md
- references/ios-reference-map.md
- troubleshooting/common-issues.md
SDK Surface Summary
- Manager:
ZoomCCInterface.sharedInstance() - Context:
ZoomCCContext - Items:
ZoomCCItem - Services:
chatServicezvaServicevideoServicescheduledCallbackService
Hard Guardrails
- Set
ZoomCCContextbefore channel operations. - Forward app lifecycle calls (
appDidBecomeActive,appDidEnterBackgroud,appWillResignActive,appWillTerminate). - Use item-based initialization for channels.
- Keep rejoin URL handling connected to the video service path.
Common Chains
- Contact Center apps in Zoom client: ../../zoom-apps-sdk/SKILL.md
- OAuth and identity: ../../oauth/SKILL.md
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.
版本历史
- 6f13415 当前 2026-07-05 18:31


