<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/ios
──Details
PublishedMay 19, 2026 at 07:30 PM
Content Hashsha256:febbbcaa7c559612...
Git SHA
──Files
Files (1 file, 1.4 KB)
SKILL.md1.4 KBactive
SKILL.md · 46 lines · 1.4 KB
version: "1.0.0" 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.