过时
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
obsolete
RTCIceCandidatePairStats
property
readable
reports whether or not the connection described by the candidate pair has received at least one valid incoming ICE request.
isReadable = rtcIceCandidatePairStats.readable;
A Boolean value which is
true
if the connection described by this candidate pair has received at least one valid ICE request, and is therefore ready to be read from.
注意:
This property was removed from the specification in early 2017 because you can determine whether or not the connection is readable by checking to see if
requestsReceived
is greater than 0:
if (icpStats.requestsReceived > 0) {
/* at least one ICE request has been received */
}
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
readable
非标
|
Chrome No | Edge No | Firefox 56 | IE No | Opera ? | Safari ? | WebView Android No | Chrome Android No | Firefox Android 56 | Opera Android ? | Safari iOS ? | Samsung Internet Android No |
完整支持
不支持
兼容性未知
非标。预期跨浏览器支持较差。
RTCIceCandidatePairStats
availableOutgoingBitrate
bytesReceived
circuitBreakerTriggerCount
consentExpiredTimestamp
firstRequestTimestamp
lastPacketReceivedTimestamp
lastPacketSentTimestamp
lastRequestTimestamp
lastResponseTimestamp
localCandidateId
nominated
packetsReceived
packetsSent
priority
readable
remoteCandidateId
requestsReceived
requestsSent
responsesReceived
responsesSent
retransmissionsReceived
state
totalRoundTripTime
transportId
writable
MediaDevices.getUserMedia()
Navigator.mediaDevices
RTCCertificate
RTCDTMFSender
RTCDTMFToneChangeEvent
RTCDataChannel
RTCDataChannelEvent
RTCDtlsTransport
RTCErrorEvent
RTCIceCandidate
RTCIceTransport
RTCPeerConnection
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceEvent
RTCRtpReceiver
RTCRtpSender
RTCRtpTransceiver
RTCSctpTransport
RTCSessionDescription
RTCStatsEvent
RTCStatsReport
RTCTrackEvent