Class: RTCIceCandidatePairStats

core/complexTypes.RTCIceCandidatePairStats()

new RTCIceCandidatePairStats()

Properties:
Name Type Description
transportId external:String It is a unique identifier that is associated to the object that was inspected to produce the RTCTransportStats associated with this candidate pair.
localCandidateId external:String It is a unique identifier that is associated to the object that was inspected to produce the RTCIceCandidateAttributes for the local candidate associated with this candidate pair.
remoteCandidateId external:String It is a unique identifier that is associated to the object that was inspected to produce the RTCIceCandidateAttributes for the remote candidate associated with this candidate pair.
state module:core/complexTypes.RTCStatsIceCandidatePairState Represents the state of the checklist for the local and remote candidates in
priority external:int64 Calculated from candidate priorities as defined in [RFC5245] section 5.7.2.
nominated external:Boolean Related to updating the nominated flag described in Section 7.1.3.2.4 of [RFC5245].
writable external:Boolean Has gotten ACK to an ICE request.
readable external:Boolean Has gotten a valid incoming ICE request.
bytesSent external:int64 Represents the total number of payload bytes sent on this candidate pair, i.e., not including headers or padding.
bytesReceived external:int64 Represents the total number of payload bytes received on this candidate pair, i.e., not including headers or padding.
roundTripTime external:double Represents the RTT computed by the STUN connectivity checks
availableOutgoingBitrate external:double Measured in Bits per second, and is implementation dependent. It may be calculated by the underlying congestion control.
availableIncomingBitrate external:double Measured in Bits per second, and is implementation dependent. It may be calculated by the underlying congestion control.
Source:

Extends

  • module:core.RTCStats