WebRTCVideoStats class

Annotations
  • @singleton

Constructors

WebRTCVideoStats()

Properties

currentBitrate → dynamic
no setter
currentSenderBitrate → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addReceivers(String id, List<RTCRtpReceiver> receivers) → void
addSenders(String id, List<RTCRtpSender> senders) → void
dispose() → void
initialize() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeReceivers(String id) → void
removeSenders() → void
toString() String
A string representation of this object.
inherited

Operators

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