QueryCallSessionParticipantStatsResponse constructor
QueryCallSessionParticipantStatsResponse({
- DateTime? callEndedAt,
- List<
CallLevelEventPayload> callEvents = const [], - required String callId,
- required String callSessionId,
- DateTime? callStartedAt,
- required String callType,
- required CallStatsParticipantCounts counts,
- required String duration,
- String? next,
- List<
CallStatsParticipant> participants = const [], - String? prev,
- String? tmpDataSource,
Returns a new QueryCallSessionParticipantStatsResponse instance.
Implementation
QueryCallSessionParticipantStatsResponse({
this.callEndedAt,
this.callEvents = const [],
required this.callId,
required this.callSessionId,
this.callStartedAt,
required this.callType,
required this.counts,
required this.duration,
this.next,
this.participants = const [],
this.prev,
this.tmpDataSource,
});