Agent Skills
› openai/plugins
› zoom-contact-center-android
zoom-contact-center-android
GitHub提供Zoom Contact Center Android SDK的集成指南,涵盖原生聊天、视频、ZVA及预约回调功能。指导开发者在Application.onCreate中初始化SDK,管理会话生命周期、活动模式及服务释放,确保正确的渠道标识与API密钥配置。
Trigger Scenarios
Android端集成Zoom客服SDK
实现原生聊天或视频通话功能
处理ZVA或预约回调集成
配置客服应用的活动模式和服务生命周期
Install
npx skills add openai/plugins --skill zoom-contact-center-android -g -y
SKILL.md
Frontmatter
{
"name": "zoom-contact-center-android",
"description": "Zoom Contact Center SDK for Android. Use for native Android chat\/video\/ZVA\/scheduled callback integrations, campaign mode, service lifecycle, and rejoin handling."
}
Zoom 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.
Version History
- 11c74d6 Current 2026-07-19 09:53


