Type alias ActiveSpeaker

ActiveSpeaker: {
    participant: RemoteParticipant | LocalParticipant;
    track: RemoteTrack | LocalTrack;
}

Type declaration

Generated using TypeDoc