Setting the file. One moment. SDK Lifecycle · Contact Center/android · anthropics/knowledge-work-plugins · Skills Docs22
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
- Initialize once in
Application.onCreate.
- Optionally set/update context user name before channel launch.
- Get service from
ZoomCCInterface.
- Build
ZoomCCItem with:
sdkType
entryId or apiKey
serverType
- campaign fields when needed
service.init(item).
- Add listener(s).
- call
login() then fetchUI().
- configure preview/auto-join options as needed.
- call
fetchUI(); login is typically internal for video flow.
- init with
apiKey.
fetchUI().
- End engagement (
endChat / endVideo) when needed.
logoff() when you need to stop callbacks.
releaseZoomCCService(key) in teardown paths (onDestroy).
- Request campaigns with campaign API key.
- Select channel from campaign metadata.
- Reinitialize service using campaign-mode item.
- Release or end conflicting channel services before switch.
concepts/sdk-lifecycle.md