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