Usage:
zoomSdk.onIncomingParticipantAudioChange((event) => { console.log(event)});
Console log:
{“participants": [{"participantUUID": "participantUUID1", "audio": "true"},...]}
Target participants with specified participantUUID and their respective audio state.
TimeStamp when the Incoming Participant Audio Changes.
Generated using TypeDoc
Usage:
Console log: