Skip to content
Business
Skill

/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.

From plugin
knowledge-work-plugins
24k192 skills5 agents15 commands40 MCP
Install
$ npx -y skills add anthropics/knowledge-work-plugins --skill ios --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ios

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

ios.SKILL.md
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

1. [concepts/sdk-lifecycle.md](concepts/sdk-lifecycle.md) 2. [examples/service-patterns.md](examples/service-patterns.md) 3. [references/ios-reference-map.md](references/ios-reference-map.md) 4. [troubleshooting/common-issues.md](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

  • Contact Center apps in Zoom client: [../../zoom-apps-sdk/SKILL.md](../../zoom-apps-sdk/SKILL.md)
  • OAuth and identity: [../../oauth/SKILL.md](../../oauth/SKILL.md)

Operations

  • [RUNBOOK.md](RUNBOOK.md) - 5-minute preflight and debugging checklist.
Read more
Ships withknowledge-work-plugins

Plugins that turn Claude into a specialist for your role, team, and company. Built for Claude Cowork, also compatible with Claude Code.

Get the whole plugin

Other skills on knowledge-work-plugins.