HMSRTCStatsReport class

HMSRTCStatsReport contains stats for HMSroom.

Constructors

HMSRTCStatsReport({required HMSRTCStats combined, required HMSRTCStats audio, required HMSRTCStats video})
HMSRTCStatsReport.fromMap(Map map)
factory

Properties

audio HMSRTCStats
getter/setter pair
combined HMSRTCStats
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
video HMSRTCStats
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