Event.participantCountsUpdated constructor

const Event.participantCountsUpdated({
  1. required ParticipantCounts counts,
})

Emitted when the number of call participants changes.

Implementation

const factory Event.participantCountsUpdated({required ParticipantCounts counts}) = ParticipantCountsUpdatedEvent;