Agent Skills
› anthropics/knowledge-work-plugins
› contact-center/android
contact-center/android
GitHub提供Zoom Contact Center Android SDK的开发指南,涵盖聊天、视频及回调集成。包含SDK生命周期管理、服务调用模式、初始化规范及常见问题排查手册,辅助开发者进行原生应用功能接入与调试。
触发场景
需要集成Zoom视频会议或聊天功能
Android端Contact Center SDK开发问题排查
查询SDK初始化或服务释放规范
安装
npx skills add anthropics/knowledge-work-plugins --skill contact-center/android -g -y
SKILL.md
Frontmatter
{
"name": "contact-center\/android",
"triggers": [
"contact center android",
"zcc android",
"zoomccinterface android",
"zoomccchatservice",
"zoomccvideoservice",
"releasezoomccservice",
"android rejoin"
],
"description": "Zoom Contact Center SDK for Android. Use for native Android chat\/video\/ZVA\/scheduled callback integrations, campaign mode, service lifecycle, and rejoin handling.",
"user-invocable": false
}
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.
版本历史
- 6f13415 当前 2026-07-05 18:31


