Event.participantCountsUpdated constructor
- required ParticipantCounts counts,
Emitted when the number of call participants changes.
Implementation
const factory Event.participantCountsUpdated({required ParticipantCounts counts}) = ParticipantCountsUpdatedEvent;