GetCallStatsResponse constructor
GetCallStatsResponse({
- AggregatedStats? aggregated,
- required int callDurationSeconds,
- required String callStatus,
- CallTimeline? callTimeline,
- required String duration,
- TimeStats? jitter,
- TimeStats? latency,
- required int maxFreezesDurationSeconds,
- required int maxParticipants,
- required int maxTotalQualityLimitationDurationSeconds,
- List<
UserStats> participantReport = const [], - required int publishingParticipants,
- required int qualityScore,
- required int sfuCount,
- List<
SFULocationResponse> sfus = const [],
Returns a new GetCallStatsResponse instance.
Implementation
GetCallStatsResponse({
this.aggregated,
required this.callDurationSeconds,
required this.callStatus,
this.callTimeline,
required this.duration,
this.jitter,
this.latency,
required this.maxFreezesDurationSeconds,
required this.maxParticipants,
required this.maxTotalQualityLimitationDurationSeconds,
this.participantReport = const [],
required this.publishingParticipants,
required this.qualityScore,
required this.sfuCount,
this.sfus = const [],
});