<< All versionsSkill v1.0.0
currentTrusted Publisher100/100anthropics/knowledge-work-plugins/ios
── Details ─────────────────────────────────────────
PublishedApril 26, 2026 at 05:52 AM
Content Hashsha256:48fa0fc3becec731...
Git SHA
── Files ───────────────────────────────────────────
SKILL.md · 53 lines · 1.6 KB
name: 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." user-invocable: false triggers:
- "contact center ios"
- "zcc ios"
- "zoomccinterface ios"
- "handleRejoinVideoOpenURL"
- "zoomccservicedelegate"
- "scheduled callback ios"
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
ZoomCCContext before 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
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.