SpeakingChangedEvent constructor
- {required Participant<
TrackPublication< participant,Track> > - required bool speaking}
Implementation
const SpeakingChangedEvent({
required this.participant,
required this.speaking,
});
const SpeakingChangedEvent({
required this.participant,
required this.speaking,
});