SpeakingChangedEvent constructor

const SpeakingChangedEvent({
  1. required Participant<TrackPublication<Track>> participant,
  2. required bool speaking,
})

Implementation

const SpeakingChangedEvent({
  required this.participant,
  required this.speaking,
});