OnParticipantChangeEvent: { timestamp: number; participants: OnParticipantChangeParticipantType[] }

Usage:

zoomSdk.onParticipantChange((event) => {
console.log(event)
});

Console log:

{
"timestamp": 1614831950,
"participants": [
{
"status": "join",
"screenName": "xxxxx",
"participantUUID": "xxxxxxx"
"role": "attendee"
}
]
}

Type declaration

Generated using TypeDoc