WebRTCStatsReporter class
Constructors
- WebRTCStatsReporter(TxSocket socket, RTCPeerConnection peerConnection, String callId)
Properties
- callId → String
-
final
- debugReportStarted ↔ bool
-
getter/setter pair
- debugStatsId ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- localSdp ↔ RTCSessionDescription?
-
getter/setter pair
- peerConnection → RTCPeerConnection
-
final
- remoteSdp ↔ RTCSessionDescription?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- socket → TxSocket
-
final
- uuid → Uuid
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseUsernameFragment(
RTCIceCandidate candidate) → String? -
startStatsReporting(
) → Future< void> -
stopStatsReporting(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited