The WebRTC RTCIceCandidatePairStats dictionary reports statistics
provide insight into the quality and performance of an web.audio.RTCPeerConnection
connected and configured as described by the specified pair of
candidates.
The WebRTC RTCIceCandidatePairStats dictionary reports statistics provide insight into the quality and performance of an `web.audio.RTCPeerConnection` connected and configured as described by the specified pair of candidates.
(available-incoming-bitrate this)
Property.
The web.rtc.RTCIceCandidatePairStats
property availableIncomingBitrate
a value indicative of the available inbound capacity of the network
represented by the candidate pair.
availableIncomingBitrate = rtcIceCandidatePairStats.availableIncomingBitrate;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/availableIncomingBitrate
Property. The `web.rtc.RTCIceCandidatePairStats` property availableIncomingBitrate a value indicative of the available inbound capacity of the network represented by the candidate pair. `availableIncomingBitrate = rtcIceCandidatePairStats.availableIncomingBitrate;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/availableIncomingBitrate`
(available-outgoing-bitrate this)
Property.
The web.rtc.RTCIceCandidatePairStats
property availableOutgoingBitrate
a value indicative of the available outbound capacity of the
connection represented by the candidate pair.
availableOutgoingBitrate = rtcIceCandidatePairStats.availableOutgoingBitrate;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/availableOutgoingBitrate
Property. The `web.rtc.RTCIceCandidatePairStats` property availableOutgoingBitrate a value indicative of the available outbound capacity of the connection represented by the candidate pair. `availableOutgoingBitrate = rtcIceCandidatePairStats.availableOutgoingBitrate;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/availableOutgoingBitrate`
(bytes-receieved this)
Property.
The total number of payload bytes received (that is, the total of bytes received minus any headers, padding, or other administrative on this candidate pair so far.
Property. The total number of payload bytes received (that is, the total of bytes received minus any headers, padding, or other administrative on this candidate pair so far.
(bytes-sent this)
Property.
The web.rtc.RTCIceCandidatePairStats
property bytesSent indicates
total number of payload bytes—that is, bytes which aren't overhead
as headers or padding—that hve been sent so far on the connection
by the candidate pair.
sent = rtcIceCandidatePairStats.bytesSent;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/bytesSent
Property. The `web.rtc.RTCIceCandidatePairStats` property bytesSent indicates total number of payload bytes—that is, bytes which aren't overhead as headers or padding—that hve been sent so far on the connection by the candidate pair. `sent = rtcIceCandidatePairStats.bytesSent;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/bytesSent`
(circuit-breaker-trigger-count this)
Property.
The web.rtc.RTCIceCandidatePairStats
property circuitBreakerTriggerCount
the number of times the circuit-breaker has been triggered to
a connection timeout or other unexpected connection abort on
specific connection configuration.
cbtCount = rtcIceCandidatePairStats.circuitBreakerTriggerCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/circuitBreakerTriggerCount
Property. The `web.rtc.RTCIceCandidatePairStats` property circuitBreakerTriggerCount the number of times the circuit-breaker has been triggered to a connection timeout or other unexpected connection abort on specific connection configuration. `cbtCount = rtcIceCandidatePairStats.circuitBreakerTriggerCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/circuitBreakerTriggerCount`
(consent-expired-timestamp this)
Property.
The web.rtc.RTCIceCandidatePairStats
property consentExpiredTimestamp
the time at which the most recent STUN binding response expired.
consentExpiration = rtcIceCandidatePairStats.consentExpiredTimestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/consentExpiredTimestamp
Property. The `web.rtc.RTCIceCandidatePairStats` property consentExpiredTimestamp the time at which the most recent STUN binding response expired. `consentExpiration = rtcIceCandidatePairStats.consentExpiredTimestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/consentExpiredTimestamp`
(consent-requests-sent this)
Property.
The web.rtc.RTCIceCandidatePairStats
property consentRequestsSent
the number of consent requests that have been sent by this peer
the remote peer on the connection described by the pair of candidates.
consentRequestsSent = rtcIceCandidatePairStats.consentRequestsSent;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/consentRequestsSent
Property. The `web.rtc.RTCIceCandidatePairStats` property consentRequestsSent the number of consent requests that have been sent by this peer the remote peer on the connection described by the pair of candidates. `consentRequestsSent = rtcIceCandidatePairStats.consentRequestsSent;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/consentRequestsSent`
(current-round-trip-time this)
Property.
The web.rtc.RTCIceCandidatePairStats
property currentRoundTripTime
a floating-point value indicating the number of seconds it takes
data to be sent by this peer to the remote peer and back over
connection described by this pair of ICE candidates.
rtt = rtcIceCandidatePairStats.currentRoundTripTime;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/currentRoundTripTime
Property. The `web.rtc.RTCIceCandidatePairStats` property currentRoundTripTime a floating-point value indicating the number of seconds it takes data to be sent by this peer to the remote peer and back over connection described by this pair of ICE candidates. `rtt = rtcIceCandidatePairStats.currentRoundTripTime;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/currentRoundTripTime`
(first-request-timestamp this)
Property.
The web.rtc.RTCIceCandidatePairStats
property firstRequestTimestamp
the time at which the first STUN request was sent on the described
pair.
firstRequestTimestamp = rtcIceCandidatePairStats.firstRequestTimestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/firstRequestTimestamp
Property. The `web.rtc.RTCIceCandidatePairStats` property firstRequestTimestamp the time at which the first STUN request was sent on the described pair. `firstRequestTimestamp = rtcIceCandidatePairStats.firstRequestTimestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/firstRequestTimestamp`
(last-packet-received-timestamp this)
Property.
The web.rtc.RTCIceCandidatePairStats
property lastPacketReceivedTimestamp
the time at which the connection described by the candidate pair
received a packet. STUN packets are not included.
lastPacketReceivedTimestamp = rtcIceCandidatePairStats.lastPacketReceivedTimestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastPacketReceivedTimestamp
Property. The `web.rtc.RTCIceCandidatePairStats` property lastPacketReceivedTimestamp the time at which the connection described by the candidate pair received a packet. STUN packets are not included. `lastPacketReceivedTimestamp = rtcIceCandidatePairStats.lastPacketReceivedTimestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastPacketReceivedTimestamp`
(last-packet-sent-timestamp this)
Property.
The web.rtc.RTCIceCandidatePairStats
property lastPacketSentTimestamp
the time at which the connection described by the candidate pair
sent a packet, not including STUN packets.
lastPacketSentTimestamp = rtcIceCandidatePairStats.lastPacketSentTimestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastPacketSentTimestamp
Property. The `web.rtc.RTCIceCandidatePairStats` property lastPacketSentTimestamp the time at which the connection described by the candidate pair sent a packet, not including STUN packets. `lastPacketSentTimestamp = rtcIceCandidatePairStats.lastPacketSentTimestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastPacketSentTimestamp`
(last-request-timestamp this)
Property.
The web.rtc.RTCIceCandidatePairStats
property lastRequestTimestamp
the time at which the most recent STUN request was sent on the
candidate pair.
lastRequestTimestamp = rtcIceCandidatePairStats.lastRequestTimestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastRequestTimestamp
Property. The `web.rtc.RTCIceCandidatePairStats` property lastRequestTimestamp the time at which the most recent STUN request was sent on the candidate pair. `lastRequestTimestamp = rtcIceCandidatePairStats.lastRequestTimestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastRequestTimestamp`
(last-response-timestamp this)
Property.
The web.rtc.RTCIceCandidatePairStats
property lastResponseTimestamp
the time at which the last STUN response was received on the
candidate pair.
lastResponseTimestamp = rtcIceCandidatePairStats.lastResponseTimestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastResponseTimestamp
Property. The `web.rtc.RTCIceCandidatePairStats` property lastResponseTimestamp the time at which the last STUN response was received on the candidate pair. `lastResponseTimestamp = rtcIceCandidatePairStats.lastResponseTimestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastResponseTimestamp`
(local-candidate-id this)
Property.
The web.rtc.RTCIceCandidatePairStats
property localCandidateId
a string that uniquely identifies the local ICE candidate which
analyzed to generate the web.rtc.RTCIceCandidateStats
used
compute the statistics for this pair of candidates.
localCandidateId = rtcIceCandidatePairStats.localCandidateId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/localCandidateId
Property. The `web.rtc.RTCIceCandidatePairStats` property localCandidateId a string that uniquely identifies the local ICE candidate which analyzed to generate the `web.rtc.RTCIceCandidateStats` used compute the statistics for this pair of candidates. `localCandidateId = rtcIceCandidatePairStats.localCandidateId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/localCandidateId`
(nominated this)
Property.
The web.rtc.RTCIceCandidatePairStats
property nominated specifies
or not the candidate pair described by the underlying RTCIceCandidatePair
been nominated to be used as the configuration for the WebRTC
nominated = rtcIceCandidatePairStats.nominated;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/nominated
Property. The `web.rtc.RTCIceCandidatePairStats` property nominated specifies or not the candidate pair described by the underlying RTCIceCandidatePair been nominated to be used as the configuration for the WebRTC `nominated = rtcIceCandidatePairStats.nominated;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/nominated`
(packets-received this)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's packetsReceived
indicates the total number of packets of any kind that have been
on the connection described by the pair of candidates.
packetsReceived = rtcIceCandidatePairStats.packetsReceived;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/packetsReceived
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's packetsReceived indicates the total number of packets of any kind that have been on the connection described by the pair of candidates. `packetsReceived = rtcIceCandidatePairStats.packetsReceived;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/packetsReceived`
(packets-sent this)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's packetsSent
indicates the total number of packets which have been sent on
connection described by the pair of candidates.
packetsSent = rtcIceCandidatePairStats.packetsSent;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/packetsSent
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's packetsSent indicates the total number of packets which have been sent on connection described by the pair of candidates. `packetsSent = rtcIceCandidatePairStats.packetsSent;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/packetsSent`
(priority this)
Property.
[Obsolute]
The obsolete web.rtc.RTCIceCandidatePairStats
property priority
the priority of the candidate pair as an integer value.
pairPriority = rtcIceCandidatePairStats.priority;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/priority
Property. [Obsolute] The obsolete `web.rtc.RTCIceCandidatePairStats` property priority the priority of the candidate pair as an integer value. `pairPriority = rtcIceCandidatePairStats.priority;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/priority`
(readable this)
Property.
[Obsolute]
The obsolete web.rtc.RTCIceCandidatePairStats
property readable
whether or not the connection described by the candidate pair
received at least one valid incoming ICE request.
isReadable = rtcIceCandidatePairStats.readable;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/readable
Property. [Obsolute] The obsolete `web.rtc.RTCIceCandidatePairStats` property readable whether or not the connection described by the candidate pair received at least one valid incoming ICE request. `isReadable = rtcIceCandidatePairStats.readable;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/readable`
(remote-candidate-id this)
Property.
The web.rtc.RTCIceCandidatePairStats
property remoteCandidateId
a string that uniquely identifies the remote ICE candidate which
analyzed to generate the web.rtc.RTCIceCandidateStats
used
compute the statistics for this pair of candidates.
remoteCandidateId = rtcIceCandidatePairStats.remoteCandidateId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/remoteCandidateId
Property. The `web.rtc.RTCIceCandidatePairStats` property remoteCandidateId a string that uniquely identifies the remote ICE candidate which analyzed to generate the `web.rtc.RTCIceCandidateStats` used compute the statistics for this pair of candidates. `remoteCandidateId = rtcIceCandidatePairStats.remoteCandidateId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/remoteCandidateId`
(requests-received this)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's requestsReceived
indicates the total number of STUN connectivity check requests
have been received so far on the connection described by this
of candidates.
requestsReceived = rtcIceCandidatePairStats.requestsReceived;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/requestsReceived
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's requestsReceived indicates the total number of STUN connectivity check requests have been received so far on the connection described by this of candidates. `requestsReceived = rtcIceCandidatePairStats.requestsReceived;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/requestsReceived`
(requests-sent this)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's requestsSent
indicates the total number of STUN connectivity check requests
have been sent so far on the connection described by this pair
candidates.
requestsSent = rtcIceCandidatePairStats.requestsSent;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/requestsSent
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's requestsSent indicates the total number of STUN connectivity check requests have been sent so far on the connection described by this pair candidates. `requestsSent = rtcIceCandidatePairStats.requestsSent;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/requestsSent`
(responses-received this)
Property.
The responsesReceived property in the web.rtc.RTCIceCandidatePairStats
indicates the total number of STUN connectivity check responses
have been received on the connection described by this pair of
responsesReceived = rtcIceCandidatePairStats.responsesReceived;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/responsesReceived
Property. The responsesReceived property in the `web.rtc.RTCIceCandidatePairStats` indicates the total number of STUN connectivity check responses have been received on the connection described by this pair of `responsesReceived = rtcIceCandidatePairStats.responsesReceived;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/responsesReceived`
(responses-sent this)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's responsesSent
indicates the total number of STUN connectivity check responses
have been sent so far on the connection described by this pair
candidates.
responsesSent = rtcIceCandidatePairStats.responsesSent;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/responsesSent
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's responsesSent indicates the total number of STUN connectivity check responses have been sent so far on the connection described by this pair candidates. `responsesSent = rtcIceCandidatePairStats.responsesSent;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/responsesSent`
(retransmissions-received this)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's retransmissionsReceived
indicates the total number of STUN connectivity check request
that have been received so far on the pair of candidates.
retransmissionsReceived = rtcIceCandidatePairStats.retransmissionsReceived;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/retransmissionsReceived
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's retransmissionsReceived indicates the total number of STUN connectivity check request that have been received so far on the pair of candidates. `retransmissionsReceived = rtcIceCandidatePairStats.retransmissionsReceived;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/retransmissionsReceived`
(retransmissions-sent this)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's retransmissionsSent
indicates the total number of STUN connectivity check request
that have been sent so far on the pair of candidates.
retransmissionsSent = rtcIceCandidatePairStats.retransmissionsSent;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/retransmissionsSent
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's retransmissionsSent indicates the total number of STUN connectivity check request that have been sent so far on the pair of candidates. `retransmissionsSent = rtcIceCandidatePairStats.retransmissionsSent;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/retransmissionsSent`
(selected this)
Property.
[Non Standard]
The non-standard, Firefox-specific web.rtc.RTCIceCandidatePairStats
selected indicates whether or not the candidate pair described
the object is the one currently being used to communicate with
remote peer.
isSelected = icpStats.selected;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/selected
Property. [Non Standard] The non-standard, Firefox-specific `web.rtc.RTCIceCandidatePairStats` selected indicates whether or not the candidate pair described the object is the one currently being used to communicate with remote peer. `isSelected = icpStats.selected;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/selected`
(set-available-incoming-bitrate! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property availableIncomingBitrate
a value indicative of the available inbound capacity of the network
represented by the candidate pair.
availableIncomingBitrate = rtcIceCandidatePairStats.availableIncomingBitrate;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/availableIncomingBitrate
Property. The `web.rtc.RTCIceCandidatePairStats` property availableIncomingBitrate a value indicative of the available inbound capacity of the network represented by the candidate pair. `availableIncomingBitrate = rtcIceCandidatePairStats.availableIncomingBitrate;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/availableIncomingBitrate`
(set-available-outgoing-bitrate! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property availableOutgoingBitrate
a value indicative of the available outbound capacity of the
connection represented by the candidate pair.
availableOutgoingBitrate = rtcIceCandidatePairStats.availableOutgoingBitrate;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/availableOutgoingBitrate
Property. The `web.rtc.RTCIceCandidatePairStats` property availableOutgoingBitrate a value indicative of the available outbound capacity of the connection represented by the candidate pair. `availableOutgoingBitrate = rtcIceCandidatePairStats.availableOutgoingBitrate;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/availableOutgoingBitrate`
(set-bytes-receieved! this val)
Property.
The total number of payload bytes received (that is, the total of bytes received minus any headers, padding, or other administrative on this candidate pair so far.
Property. The total number of payload bytes received (that is, the total of bytes received minus any headers, padding, or other administrative on this candidate pair so far.
(set-bytes-sent! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property bytesSent indicates
total number of payload bytes—that is, bytes which aren't overhead
as headers or padding—that hve been sent so far on the connection
by the candidate pair.
sent = rtcIceCandidatePairStats.bytesSent;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/bytesSent
Property. The `web.rtc.RTCIceCandidatePairStats` property bytesSent indicates total number of payload bytes—that is, bytes which aren't overhead as headers or padding—that hve been sent so far on the connection by the candidate pair. `sent = rtcIceCandidatePairStats.bytesSent;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/bytesSent`
(set-circuit-breaker-trigger-count! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property circuitBreakerTriggerCount
the number of times the circuit-breaker has been triggered to
a connection timeout or other unexpected connection abort on
specific connection configuration.
cbtCount = rtcIceCandidatePairStats.circuitBreakerTriggerCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/circuitBreakerTriggerCount
Property. The `web.rtc.RTCIceCandidatePairStats` property circuitBreakerTriggerCount the number of times the circuit-breaker has been triggered to a connection timeout or other unexpected connection abort on specific connection configuration. `cbtCount = rtcIceCandidatePairStats.circuitBreakerTriggerCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/circuitBreakerTriggerCount`
(set-consent-expired-timestamp! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property consentExpiredTimestamp
the time at which the most recent STUN binding response expired.
consentExpiration = rtcIceCandidatePairStats.consentExpiredTimestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/consentExpiredTimestamp
Property. The `web.rtc.RTCIceCandidatePairStats` property consentExpiredTimestamp the time at which the most recent STUN binding response expired. `consentExpiration = rtcIceCandidatePairStats.consentExpiredTimestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/consentExpiredTimestamp`
(set-consent-requests-sent! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property consentRequestsSent
the number of consent requests that have been sent by this peer
the remote peer on the connection described by the pair of candidates.
consentRequestsSent = rtcIceCandidatePairStats.consentRequestsSent;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/consentRequestsSent
Property. The `web.rtc.RTCIceCandidatePairStats` property consentRequestsSent the number of consent requests that have been sent by this peer the remote peer on the connection described by the pair of candidates. `consentRequestsSent = rtcIceCandidatePairStats.consentRequestsSent;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/consentRequestsSent`
(set-current-round-trip-time! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property currentRoundTripTime
a floating-point value indicating the number of seconds it takes
data to be sent by this peer to the remote peer and back over
connection described by this pair of ICE candidates.
rtt = rtcIceCandidatePairStats.currentRoundTripTime;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/currentRoundTripTime
Property. The `web.rtc.RTCIceCandidatePairStats` property currentRoundTripTime a floating-point value indicating the number of seconds it takes data to be sent by this peer to the remote peer and back over connection described by this pair of ICE candidates. `rtt = rtcIceCandidatePairStats.currentRoundTripTime;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/currentRoundTripTime`
(set-first-request-timestamp! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property firstRequestTimestamp
the time at which the first STUN request was sent on the described
pair.
firstRequestTimestamp = rtcIceCandidatePairStats.firstRequestTimestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/firstRequestTimestamp
Property. The `web.rtc.RTCIceCandidatePairStats` property firstRequestTimestamp the time at which the first STUN request was sent on the described pair. `firstRequestTimestamp = rtcIceCandidatePairStats.firstRequestTimestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/firstRequestTimestamp`
(set-last-packet-received-timestamp! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property lastPacketReceivedTimestamp
the time at which the connection described by the candidate pair
received a packet. STUN packets are not included.
lastPacketReceivedTimestamp = rtcIceCandidatePairStats.lastPacketReceivedTimestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastPacketReceivedTimestamp
Property. The `web.rtc.RTCIceCandidatePairStats` property lastPacketReceivedTimestamp the time at which the connection described by the candidate pair received a packet. STUN packets are not included. `lastPacketReceivedTimestamp = rtcIceCandidatePairStats.lastPacketReceivedTimestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastPacketReceivedTimestamp`
(set-last-packet-sent-timestamp! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property lastPacketSentTimestamp
the time at which the connection described by the candidate pair
sent a packet, not including STUN packets.
lastPacketSentTimestamp = rtcIceCandidatePairStats.lastPacketSentTimestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastPacketSentTimestamp
Property. The `web.rtc.RTCIceCandidatePairStats` property lastPacketSentTimestamp the time at which the connection described by the candidate pair sent a packet, not including STUN packets. `lastPacketSentTimestamp = rtcIceCandidatePairStats.lastPacketSentTimestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastPacketSentTimestamp`
(set-last-request-timestamp! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property lastRequestTimestamp
the time at which the most recent STUN request was sent on the
candidate pair.
lastRequestTimestamp = rtcIceCandidatePairStats.lastRequestTimestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastRequestTimestamp
Property. The `web.rtc.RTCIceCandidatePairStats` property lastRequestTimestamp the time at which the most recent STUN request was sent on the candidate pair. `lastRequestTimestamp = rtcIceCandidatePairStats.lastRequestTimestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastRequestTimestamp`
(set-last-response-timestamp! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property lastResponseTimestamp
the time at which the last STUN response was received on the
candidate pair.
lastResponseTimestamp = rtcIceCandidatePairStats.lastResponseTimestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastResponseTimestamp
Property. The `web.rtc.RTCIceCandidatePairStats` property lastResponseTimestamp the time at which the last STUN response was received on the candidate pair. `lastResponseTimestamp = rtcIceCandidatePairStats.lastResponseTimestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/lastResponseTimestamp`
(set-local-candidate-id! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property localCandidateId
a string that uniquely identifies the local ICE candidate which
analyzed to generate the web.rtc.RTCIceCandidateStats
used
compute the statistics for this pair of candidates.
localCandidateId = rtcIceCandidatePairStats.localCandidateId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/localCandidateId
Property. The `web.rtc.RTCIceCandidatePairStats` property localCandidateId a string that uniquely identifies the local ICE candidate which analyzed to generate the `web.rtc.RTCIceCandidateStats` used compute the statistics for this pair of candidates. `localCandidateId = rtcIceCandidatePairStats.localCandidateId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/localCandidateId`
(set-nominated! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property nominated specifies
or not the candidate pair described by the underlying RTCIceCandidatePair
been nominated to be used as the configuration for the WebRTC
nominated = rtcIceCandidatePairStats.nominated;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/nominated
Property. The `web.rtc.RTCIceCandidatePairStats` property nominated specifies or not the candidate pair described by the underlying RTCIceCandidatePair been nominated to be used as the configuration for the WebRTC `nominated = rtcIceCandidatePairStats.nominated;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/nominated`
(set-packets-received! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's packetsReceived
indicates the total number of packets of any kind that have been
on the connection described by the pair of candidates.
packetsReceived = rtcIceCandidatePairStats.packetsReceived;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/packetsReceived
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's packetsReceived indicates the total number of packets of any kind that have been on the connection described by the pair of candidates. `packetsReceived = rtcIceCandidatePairStats.packetsReceived;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/packetsReceived`
(set-packets-sent! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's packetsSent
indicates the total number of packets which have been sent on
connection described by the pair of candidates.
packetsSent = rtcIceCandidatePairStats.packetsSent;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/packetsSent
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's packetsSent indicates the total number of packets which have been sent on connection described by the pair of candidates. `packetsSent = rtcIceCandidatePairStats.packetsSent;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/packetsSent`
(set-priority! this val)
Property.
[Obsolute]
The obsolete web.rtc.RTCIceCandidatePairStats
property priority
the priority of the candidate pair as an integer value.
pairPriority = rtcIceCandidatePairStats.priority;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/priority
Property. [Obsolute] The obsolete `web.rtc.RTCIceCandidatePairStats` property priority the priority of the candidate pair as an integer value. `pairPriority = rtcIceCandidatePairStats.priority;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/priority`
(set-readable! this val)
Property.
[Obsolute]
The obsolete web.rtc.RTCIceCandidatePairStats
property readable
whether or not the connection described by the candidate pair
received at least one valid incoming ICE request.
isReadable = rtcIceCandidatePairStats.readable;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/readable
Property. [Obsolute] The obsolete `web.rtc.RTCIceCandidatePairStats` property readable whether or not the connection described by the candidate pair received at least one valid incoming ICE request. `isReadable = rtcIceCandidatePairStats.readable;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/readable`
(set-remote-candidate-id! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
property remoteCandidateId
a string that uniquely identifies the remote ICE candidate which
analyzed to generate the web.rtc.RTCIceCandidateStats
used
compute the statistics for this pair of candidates.
remoteCandidateId = rtcIceCandidatePairStats.remoteCandidateId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/remoteCandidateId
Property. The `web.rtc.RTCIceCandidatePairStats` property remoteCandidateId a string that uniquely identifies the remote ICE candidate which analyzed to generate the `web.rtc.RTCIceCandidateStats` used compute the statistics for this pair of candidates. `remoteCandidateId = rtcIceCandidatePairStats.remoteCandidateId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/remoteCandidateId`
(set-requests-received! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's requestsReceived
indicates the total number of STUN connectivity check requests
have been received so far on the connection described by this
of candidates.
requestsReceived = rtcIceCandidatePairStats.requestsReceived;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/requestsReceived
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's requestsReceived indicates the total number of STUN connectivity check requests have been received so far on the connection described by this of candidates. `requestsReceived = rtcIceCandidatePairStats.requestsReceived;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/requestsReceived`
(set-requests-sent! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's requestsSent
indicates the total number of STUN connectivity check requests
have been sent so far on the connection described by this pair
candidates.
requestsSent = rtcIceCandidatePairStats.requestsSent;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/requestsSent
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's requestsSent indicates the total number of STUN connectivity check requests have been sent so far on the connection described by this pair candidates. `requestsSent = rtcIceCandidatePairStats.requestsSent;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/requestsSent`
(set-responses-received! this val)
Property.
The responsesReceived property in the web.rtc.RTCIceCandidatePairStats
indicates the total number of STUN connectivity check responses
have been received on the connection described by this pair of
responsesReceived = rtcIceCandidatePairStats.responsesReceived;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/responsesReceived
Property. The responsesReceived property in the `web.rtc.RTCIceCandidatePairStats` indicates the total number of STUN connectivity check responses have been received on the connection described by this pair of `responsesReceived = rtcIceCandidatePairStats.responsesReceived;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/responsesReceived`
(set-responses-sent! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's responsesSent
indicates the total number of STUN connectivity check responses
have been sent so far on the connection described by this pair
candidates.
responsesSent = rtcIceCandidatePairStats.responsesSent;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/responsesSent
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's responsesSent indicates the total number of STUN connectivity check responses have been sent so far on the connection described by this pair candidates. `responsesSent = rtcIceCandidatePairStats.responsesSent;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/responsesSent`
(set-retransmissions-received! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's retransmissionsReceived
indicates the total number of STUN connectivity check request
that have been received so far on the pair of candidates.
retransmissionsReceived = rtcIceCandidatePairStats.retransmissionsReceived;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/retransmissionsReceived
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's retransmissionsReceived indicates the total number of STUN connectivity check request that have been received so far on the pair of candidates. `retransmissionsReceived = rtcIceCandidatePairStats.retransmissionsReceived;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/retransmissionsReceived`
(set-retransmissions-sent! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's retransmissionsSent
indicates the total number of STUN connectivity check request
that have been sent so far on the pair of candidates.
retransmissionsSent = rtcIceCandidatePairStats.retransmissionsSent;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/retransmissionsSent
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's retransmissionsSent indicates the total number of STUN connectivity check request that have been sent so far on the pair of candidates. `retransmissionsSent = rtcIceCandidatePairStats.retransmissionsSent;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/retransmissionsSent`
(set-selected! this val)
Property.
[Non Standard]
The non-standard, Firefox-specific web.rtc.RTCIceCandidatePairStats
selected indicates whether or not the candidate pair described
the object is the one currently being used to communicate with
remote peer.
isSelected = icpStats.selected;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/selected
Property. [Non Standard] The non-standard, Firefox-specific `web.rtc.RTCIceCandidatePairStats` selected indicates whether or not the candidate pair described the object is the one currently being used to communicate with remote peer. `isSelected = icpStats.selected;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/selected`
(set-state! this val)
Property.
The state property in an web.rtc.RTCIceCandidatePairStats
object
the state of the check list of which the candidate pair is a
state = rtcIceCandidatePairStats.state;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/state
Property. The state property in an `web.rtc.RTCIceCandidatePairStats` object the state of the check list of which the candidate pair is a `state = rtcIceCandidatePairStats.state;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/state`
(set-total-round-trip-time! this val)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's totalRoundTripTime
is the total time that has elapsed between sending STUN requests
receiving the responses, for all such requests that have been
so far on the pair of candidates described by this RTCIceCandidatePairStats
totalRTT = rtcIceCandidatePairStats.totalRoundTripTime;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/totalRoundTripTime
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's totalRoundTripTime is the total time that has elapsed between sending STUN requests receiving the responses, for all such requests that have been so far on the pair of candidates described by this RTCIceCandidatePairStats `totalRTT = rtcIceCandidatePairStats.totalRoundTripTime;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/totalRoundTripTime`
(set-transport-id! this val)
Property.
The transportId property uniquely identifies the web.audio.RTCIceTransport
was inspected to obtain the transport-related statistics contained
the web.rtc.RTCIceCandidatePairStats
object.
transportId = rtcIceCandidatePairStats.transportId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/transportId
Property. The transportId property uniquely identifies the `web.audio.RTCIceTransport` was inspected to obtain the transport-related statistics contained the `web.rtc.RTCIceCandidatePairStats` object. `transportId = rtcIceCandidatePairStats.transportId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/transportId`
(set-writable! this val)
Property.
[Obsolute]
The obsolete web.rtc.RTCIceCandidatePairStats
property writable
whether or not the connection described by the candidate pair
writable.
isWritable = rtcIceCandidatePairStats.writable;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/writable
Property. [Obsolute] The obsolete `web.rtc.RTCIceCandidatePairStats` property writable whether or not the connection described by the candidate pair writable. `isWritable = rtcIceCandidatePairStats.writable;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/writable`
(state this)
Property.
The state property in an web.rtc.RTCIceCandidatePairStats
object
the state of the check list of which the candidate pair is a
state = rtcIceCandidatePairStats.state;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/state
Property. The state property in an `web.rtc.RTCIceCandidatePairStats` object the state of the check list of which the candidate pair is a `state = rtcIceCandidatePairStats.state;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/state`
(total-round-trip-time this)
Property.
The web.rtc.RTCIceCandidatePairStats
dictionary's totalRoundTripTime
is the total time that has elapsed between sending STUN requests
receiving the responses, for all such requests that have been
so far on the pair of candidates described by this RTCIceCandidatePairStats
totalRTT = rtcIceCandidatePairStats.totalRoundTripTime;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/totalRoundTripTime
Property. The `web.rtc.RTCIceCandidatePairStats` dictionary's totalRoundTripTime is the total time that has elapsed between sending STUN requests receiving the responses, for all such requests that have been so far on the pair of candidates described by this RTCIceCandidatePairStats `totalRTT = rtcIceCandidatePairStats.totalRoundTripTime;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/totalRoundTripTime`
(transport-id this)
Property.
The transportId property uniquely identifies the web.audio.RTCIceTransport
was inspected to obtain the transport-related statistics contained
the web.rtc.RTCIceCandidatePairStats
object.
transportId = rtcIceCandidatePairStats.transportId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/transportId
Property. The transportId property uniquely identifies the `web.audio.RTCIceTransport` was inspected to obtain the transport-related statistics contained the `web.rtc.RTCIceCandidatePairStats` object. `transportId = rtcIceCandidatePairStats.transportId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/transportId`
(writable this)
Property.
[Obsolute]
The obsolete web.rtc.RTCIceCandidatePairStats
property writable
whether or not the connection described by the candidate pair
writable.
isWritable = rtcIceCandidatePairStats.writable;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/writable
Property. [Obsolute] The obsolete `web.rtc.RTCIceCandidatePairStats` property writable whether or not the connection described by the candidate pair writable. `isWritable = rtcIceCandidatePairStats.writable;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/writable`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close