OnActiveSpeakerChangeEvent: { timestamp: number; users: OnActiveSpeakerChangeUserType[] }

Usage:

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

Console log:

{
"timestamp": 1614831950,
"users": [
{
"screenName": "Tom",
"timestamp": "1614831950",
"participantUUID":"xyz-abc"
},
{
"screenName": "Jim",
"timestamp": "1614831950",
"participantUUID":"erj-slh"
}
]
}

Type declaration

Generated using TypeDoc