Usage:
zoomSdk.onCollaborateChange((event) => { console.log(event)});
Console log:
{ {"action": "start", "collaborateUUID": "xxxxx", timestamp: 1646302251} //the User who call collaborate API:join {"action": "end", "timestamp": 1646302251} //the User who call collaborate API:end {"action": "leave", "timestamp": 1646302251} //the User who call collaborate API:join {"action": "join", "timestamp": 1646302251} //the User who call collaborate API:leave}
action: endCollaborateSidecar, this value is returned when the sidecar webview instance of the app is ended.
Optional
Generated using TypeDoc
Usage:
Console log: