Setting the file. One moment. Samples Validation · Build Zoom Contact Center App · anthropics/knowledge-work-plugins · Skills Docs
This summary captures lifecycle and architecture checks against these references:
22
Validate Data
Tech Debt
62
Recruiting Pipeline
71
Vendor Check
125
Zoom Meeting SDK Web
88
Vendor Review
181
Create An Asset
Video Sdk/web
109.4
Versioning And Compatibility
(opens in a new tab)
iOS package: ios-zccsdk-5.2.0.zipAndroid package: android-zccsdk-5.2.0.zip
- Contact Center App (Zoom Apps SDK):
- Configure capabilities.
- Query engagement context/status.
- Subscribe to engagement change events.
- Persist state by
engagementId.
- Initialize in
Application.onCreate.
- Service
init with ZoomCCItem.
- Use
fetchUI to present channel.
logoff and releaseZoomCCService on cleanup.
- Set
ZoomCCInterface.sharedInstance().context.
- Initialize service with item.
- Use
fetchUI to present.
- Forward app lifecycle callbacks to SDK.
- Use rejoin handler path for video reconnect.
- Some docs show simplified
service.init("EntryId") signatures while current references emphasize item-based initialization.
- iOS deprecated error callback still appears in older sample/docs.
- Some public sample manifests contain values that conflict with expected Contact Center embedding configuration and should be reviewed per environment.
- Scraped reference pages include parser artifacts (
TODO/error pages) and should not be treated as canonical API surfaces.
- Treat samples as architecture guidance, not immutable source of truth.
- Resolve conflicts in this order:
- Current official docs.
- Current platform API reference.
- Latest shipped SDK headers/binaries.
- Samples.
references/samples-validation.md