Liking cljdoc? Tell your friends :D

web.rtc.RTCIceCandidatePairStats

The WebRTC RTCIceCandidatePairStats dictionary reports statistics provide insight into the quality and performance of an web.video.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.video.RTCPeerConnection`
connected and configured as described by the specified pair of
candidates.
raw docstring

available-incoming-bitratecljs

(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`
sourceraw docstring

available-outgoing-bitratecljs

(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`
sourceraw docstring

bytes-receievedcljs

(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.
sourceraw docstring

bytes-sentcljs

(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`
sourceraw docstring

circuit-breaker-trigger-countcljs

(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`
sourceraw docstring

(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`
sourceraw docstring

(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`
sourceraw docstring

current-round-trip-timecljs

(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`
sourceraw docstring

first-request-timestampcljs

(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`
sourceraw docstring

last-packet-received-timestampcljs

(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`
sourceraw docstring

last-packet-sent-timestampcljs

(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`
sourceraw docstring

last-request-timestampcljs

(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`
sourceraw docstring

last-response-timestampcljs

(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`
sourceraw docstring

local-candidate-idcljs

(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`
sourceraw docstring

nominatedcljs

(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`
sourceraw docstring

packets-receivedcljs

(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`
sourceraw docstring

packets-sentcljs

(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`
sourceraw docstring

prioritycljs

(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`
sourceraw docstring

readablecljs

(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`
sourceraw docstring

remote-candidate-idcljs

(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`
sourceraw docstring

requests-receivedcljs

(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`
sourceraw docstring

requests-sentcljs

(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`
sourceraw docstring

responses-receivedcljs

(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`
sourceraw docstring

responses-sentcljs

(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`
sourceraw docstring

retransmissions-receivedcljs

(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`
sourceraw docstring

retransmissions-sentcljs

(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`
sourceraw docstring

selectedcljs

(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`
sourceraw docstring

set-available-incoming-bitrate!cljs

(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`
sourceraw docstring

set-available-outgoing-bitrate!cljs

(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`
sourceraw docstring

set-bytes-receieved!cljs

(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.
sourceraw docstring

set-bytes-sent!cljs

(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`
sourceraw docstring

set-circuit-breaker-trigger-count!cljs

(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`
sourceraw docstring

(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`
sourceraw docstring

(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`
sourceraw docstring

set-current-round-trip-time!cljs

(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`
sourceraw docstring

set-first-request-timestamp!cljs

(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`
sourceraw docstring

set-last-packet-received-timestamp!cljs

(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`
sourceraw docstring

set-last-packet-sent-timestamp!cljs

(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`
sourceraw docstring

set-last-request-timestamp!cljs

(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`
sourceraw docstring

set-last-response-timestamp!cljs

(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`
sourceraw docstring

set-local-candidate-id!cljs

(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`
sourceraw docstring

set-nominated!cljs

(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`
sourceraw docstring

set-packets-received!cljs

(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`
sourceraw docstring

set-packets-sent!cljs

(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`
sourceraw docstring

set-priority!cljs

(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`
sourceraw docstring

set-readable!cljs

(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`
sourceraw docstring

set-remote-candidate-id!cljs

(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`
sourceraw docstring

set-requests-received!cljs

(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`
sourceraw docstring

set-requests-sent!cljs

(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`
sourceraw docstring

set-responses-received!cljs

(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`
sourceraw docstring

set-responses-sent!cljs

(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`
sourceraw docstring

set-retransmissions-received!cljs

(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`
sourceraw docstring

set-retransmissions-sent!cljs

(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`
sourceraw docstring

set-selected!cljs

(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`
sourceraw docstring

set-state!cljs

(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`
sourceraw docstring

set-total-round-trip-time!cljs

(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`
sourceraw docstring

set-transport-id!cljs

(set-transport-id! this val)

Property.

The transportId property uniquely identifies the web.video.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.video.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`
sourceraw docstring

set-writable!cljs

(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`
sourceraw docstring

statecljs

(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`
sourceraw docstring

total-round-trip-timecljs

(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`
sourceraw docstring

transport-idcljs

(transport-id this)

Property.

The transportId property uniquely identifies the web.video.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.video.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`
sourceraw docstring

writablecljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close