Skip to main content

zoom-contact-center-ios

Zoom Contact Center SDK for iOS. Use for native iOS chat/video/ZVA/scheduled callback integrations, app lifecycle bridging, rejoin flow, and callback handling.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--ios
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/openai/plugins/HEAD/plugins/zoom/skills/contact-center/ios/SKILL.md -o .claude/skills/ios.md

Drops the SKILL.md into .claude/skills/ios.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Zoom Contact Center SDK - iOS

Official docs:

Quick Links

  1. concepts/sdk-lifecycle.md
  2. examples/service-patterns.md
  3. references/ios-reference-map.md
  4. troubleshooting/common-issues.md

SDK Surface Summary

  • Manager: ZoomCCInterface.sharedInstance()
  • Context: ZoomCCContext
  • Items: ZoomCCItem
  • Services:
  • chatService
  • zvaService
  • videoService
  • scheduledCallbackService

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.