Agent Skills
› openai/plugins
› zoom-contact-center-ios
zoom-contact-center-ios
GitHub提供Zoom Contact Center iOS SDK的集成指南,涵盖原生聊天、视频、ZVA及回调功能。说明App生命周期桥接、重连流程处理及关键配置约束,辅助开发者实现稳定的呼叫中心客户端集成。
Trigger Scenarios
iOS应用集成Zoom呼叫中心SDK
处理视频重连或回调逻辑
配置App生命周期事件
调试iOS端通信问题
Install
npx skills add openai/plugins --skill zoom-contact-center-ios -g -y
SKILL.md
Frontmatter
{
"name": "zoom-contact-center-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."
}
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.
Version History
- 11c74d6 Current 2026-07-19 09:53


