Usage:
zoomSdk.onShareScreen((event) => { console.log(event)});
Console log:
{ "participantUUID": "xxxxxx" "timestamp": 1655142791, "action": "start", "withSound": false,}
participant id of user sharing screen
Timestamp at which the user started or stopped screen share
Action describing whether user started or stopped
Is user sharing audio with screen
Generated using TypeDoc
Usage:
Console log: