Event.activeSpeakerChanged constructor

const Event.activeSpeakerChanged(
  1. {required Participant? participant}
)

Emitted when the active speaker changes in the CallClient's current call.

Implementation

const factory Event.activeSpeakerChanged({required Participant? participant}) = ActiveSpeakerChangedEvent;