RTCIceCandidatePairStats class

The WebRTC dictionary reports statistics which provide insight into the quality and performance of an RTCPeerConnection while connected and configured as described by the specified pair of ICE candidates. If a RTCStats-based object's type is candidate-pair, it's an object.

Implemented types
Available Extensions
Annotations
  • @anonymous
  • @JS()
  • @staticInterop

Constructors

RTCIceCandidatePairStats({required String transportId, required String localCandidateId, required String remoteCandidateId, required RTCStatsIceCandidatePairState state, bool? nominated, int? packetsSent, int? packetsReceived, int? bytesSent, int? bytesReceived, double? lastPacketSentTimestamp, double? lastPacketReceivedTimestamp, double? totalRoundTripTime, double? currentRoundTripTime, double? availableOutgoingBitrate, double? availableIncomingBitrate, int? requestsReceived, int? requestsSent, int? responsesReceived, int? responsesSent, int? consentRequestsSent, int? packetsDiscardedOnSend, int? bytesDiscardedOnSend})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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