RTCStats class

The dictionary is the basic statistics object used by WebRTC's statistics monitoring model, providing the properties required of all statistics data objects. Specific classes of statistic are defined as dictionaries based on . For example, statistics about a received RTP stream are represented by RTCReceivedRtpStreamStats.

Implementers
Available extensions
Annotations
  • @anonymous
  • @JS()
  • @staticInterop

Constructors

RTCStats({required double timestamp, required RTCStatsType type, required String id})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String

Available on RTCStats, provided by the PropsRTCStats extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp double

Available on RTCStats, provided by the PropsRTCStats extension

getter/setter pair
type RTCStatsType

Available on RTCStats, provided by the PropsRTCStats extension

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