CallSessionParticipantCountsUpdatedEvent constructor
CallSessionParticipantCountsUpdatedEvent({})
Returns a new CallSessionParticipantCountsUpdatedEvent instance.
Implementation
CallSessionParticipantCountsUpdatedEvent({
required this.anonymousParticipantCount,
required this.callCid,
required this.createdAt,
this.participantsCountByRole = const {},
required this.sessionId,
this.type = 'call.session_participant_count_updated',
});