AudioStatsParams class

Constructors

AudioStatsParams({required RTCPeerConnection peerConnection, required dynamic callBack(AudioLevel), List<RTCRtpReceiver> receivers = const []})

Properties

callBack → dynamic Function(AudioLevel)
final
hashCode int
The hash code for this object.
no setteroverride
peerConnection RTCPeerConnection
final
receivers List<RTCRtpReceiver>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({RTCPeerConnection? peerConnection, dynamic callBack(AudioLevel)?}) AudioStatsParams
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 ==(covariant AudioStatsParams other) bool
The equality operator.
override