What problem does it solve?
Zoom Contact Center iOS SDK provides native iOS integration to connect chat, video, ZVA, and scheduled callback services with lifecycle bridging and rejoin support, enabling developers to build embedded contact center experiences inside iOS apps.
Core Features & Use Cases
- Unified service surface for chatService, zvaService, videoService, and scheduledCallbackService, exposed via ZoomCCInterface and item initialization.
- Lifecycle bridging to forward app delegate events and manage context/state across channel changes.
- Rejoin flow support and contextual navigation to resume interrupted sessions in iOS apps.
Quick Start
Install the Zoom Contact Center iOS SDK and initialize ZoomCCInterface with a configured ZoomCCContext, then create a ZoomCCItem for your desired channel (chat, video, or scheduledCallback), initialize the service with that item, and fetchUI to present the UI.