
Zoom Contact Center SDK
OfficialFreeIntegrate Zoom's contact center features into Android apps.
Free · Opens the source repo
What Zoom Contact Center SDK does
The Zoom Contact Center SDK for Android provides developers with the tools necessary to integrate chat, video, and callback functionalities into their native Android applications. This SDK supports various features such as video and chat services, scheduled callbacks, and campaign management, allowing developers to create comprehensive contact center solutions. The SDK is designed to streamline the integration process, making it easier for developers to implement these features without extensive overhead.
To get started, developers need to initialize the SDK in the Application.onCreate method and utilize the ZoomCCItem class to define channels and identifiers. The SDK offers specific services like getZoomCCChatService(), getZoomCCVideoService(), and others, which provide access to the necessary functionalities for building a robust contact center experience. Additionally, the SDK includes hard guardrails to ensure proper usage, such as releasing services on teardown and using specific identifiers for different service types.
The documentation is comprehensive, including quick links to essential resources like the SDK lifecycle, service patterns, and troubleshooting common issues. This makes it easier for developers to find the information they need to effectively use the SDK. Whether you're building a new contact center application or enhancing an existing one, the Zoom Contact Center SDK for Android provides a solid foundation for integrating Zoom's capabilities into your app.
When to use it
Use this SDK when you need to implement chat, video, or callback features in your Android application, especially for contact center solutions.
When not to use it
This SDK is not suitable for non-Android platforms or applications that do not require Zoom's contact center features.
What you can build with it
Integrating Chat Functionality
Use the SDK to add chat capabilities to your Android app, allowing users to communicate seamlessly with support agents.
Implementing Video Support
Leverage the video service provided by the SDK to enable video calls within your contact center application.
Managing Scheduled Callbacks
Utilize the scheduled callback service to allow users to request callbacks at their convenience, improving user experience.
How to install Zoom Contact Center SDK
View source1. Install with the skills CLI
npx skills add anthropics/knowledge-work-plugins/android --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by anthropicsZoom Contact Center SDK - Android
Official docs:
- https://developers.zoom.us/docs/contact-center/android/
- https://marketplacefront.zoom.us/sdk/contact/android/index.html
Quick Links
- concepts/sdk-lifecycle.md
- examples/service-patterns.md
- references/android-reference-map.md
- troubleshooting/common-issues.md
SDK Surface Summary
- SDK manager:
ZoomCCInterface - Channel services:
getZoomCCChatService()getZoomCCVideoService()getZoomCCZVAService()getZoomCCScheduledCallbackService()- Campaign support via web campaign service and campaign metadata.
Hard Guardrails
- Initialize SDK in
Application.onCreate. - Use
ZoomCCItemto define channel + identifiers. - Use
entryIdfor chat/video/ZVA. - Use
apiKeyfor scheduled callback and campaign mode. - Release services on teardown.
Common Chains
- Contact Center app and engagement context: ../../zoom-apps-sdk/SKILL.md
- Contact Center API automation: ../../rest-api/SKILL.md
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.
Frequently asked questions about Zoom Contact Center SDK
Similar skills
WinMD API Search
Easily find and explore Windows desktop APIs.
WebMCPify
Transform any web app into an agent-ready platform.
Phoenix Tracing
Instrument LLM applications with OpenInference tracing.
Foundry Hosted Agent CopilotKit
Guidance for developing agentic web apps on Azure.
Power Automate Foundation
Connect AI agents to Power Automate seamlessly.
Power Automate Flow Builder
Efficiently build and deploy Power Automate flows programmatically.
