RtcStats class

Represents the stats object constructed by inspecting a specific monitored object.

Full doc on W3C.

Constructors

RtcStats(String id, int timestampUs, RtcStatsType type)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Unique ID that is associated with the object that was inspected to produce these RTCStats.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestampUs int
Timestamp associated with this object.
getter/setter pair
type RtcStatsType
Actual stats of these RtcStats.
getter/setter pair

Methods

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

Operators

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

Static Methods

fromFFI(RtcStats stats) RtcStats?
Creates RTCStats basing on the ffi.RtcStats received from the native side.
fromMap(dynamic stats) RtcStats?
Creates RTCStats basing on the Map received from the native side.