Event.activeSpeakerChanged constructor
- {required Participant? participant}
Emitted when the active speaker changes in the CallClient's current call.
Implementation
const factory Event.activeSpeakerChanged({required Participant? participant}) = ActiveSpeakerChangedEvent;