RTCIceCandidatePairStats class

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

Constructors

RTCIceCandidatePairStats({num? availableIncomingBitrate, num? availableOutgoingBitrate, num? bytesReceived, num? bytesSent, num? currentRoundTripTime, num? lastPacketReceivedTimestamp, num? lastPacketSentTimestamp, String? localCandidateId, bool? nominated, String? remoteCandidateId, num? requestsReceived, num? requestsSent, num? responsesReceived, num? responsesSent, RTCStatsIceCandidatePairState? state, num? totalRoundTripTime, String? transportId, String? id, num? timestamp, RTCStatsType? type})
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