RegionStats class

Connection statistics for a single LiveKit Cloud region.

Constructors

RegionStats({required String region, required num rtt, required num duration})
const

Properties

duration num
Time in milliseconds it took to send 1MB of data to the region.
final
hashCode int
The hash code for this object.
no setterinherited
region String
final
rtt num
Current round trip time in milliseconds.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited