GetCallStatsResponse class
Constructors
-
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.
Properties
-
aggregated
↔ AggregatedStats?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
callDurationSeconds
↔ int
-
getter/setter pair
-
callStatus
↔ String
-
getter/setter pair
-
callTimeline
↔ CallTimeline?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
duration
↔ String
-
Duration of the request in milliseconds
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
jitter
↔ TimeStats?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
latency
↔ TimeStats?
-
Please note: This property should have been non-nullable! Since the specification file
does not include a default value (using the "default:" property), however, the generated
source code must fall back to having a nullable type.
Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
-
maxFreezesDurationSeconds
↔ int
-
getter/setter pair
-
maxParticipants
↔ int
-
getter/setter pair
-
maxTotalQualityLimitationDurationSeconds
↔ int
-
getter/setter pair
-
participantReport
↔ List<UserStats>
-
getter/setter pair
-
publishingParticipants
↔ int
-
getter/setter pair
-
qualityScore
↔ int
-
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sfuCount
↔ int
-
getter/setter pair
-
sfus
↔ List<SFULocationResponse>
-
getter/setter pair