RTCIceCandidatePairStats
dictionary's
totalRoundTripTime
property is the total time that has elapsed between sending
STUN
requests and receiving the responses, for all such requests that have been made so far on the pair of candidates described by this
RTCIceCandidatePairStats
对象。
This value includes both connectivity check and consent check requests.
totalRTT = rtcIceCandidatePairStats.totalRoundTripTime;
This floating-point value indicates the total number of seconds which have elapsed between sending out STUN connectivity and consent check requests and receiving their responses, for all such requests made so far on the connection described by this candidate pair.
You can calculate the average round-trip time (RTT) by dividing this value by the value of the
responsesReceived
特性:
rtt = rtcIceCandidatePairStats.totalRoundTripTime /
rtcIceCandidatePairStats.responsesReceived;
| 规范 | 状态 | 注释 |
|---|---|---|
|
Identifiers for WebRTC's Statistics API
The definition of 'RTCIceCandidatePairStats.totalRoundTripTime' in that specification. |
候选推荐 | 最初的规范。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
totalRoundTripTime
|
Chrome
71
|
Edge
≤79
|
Firefox No | IE No | Opera ? | Safari ? | WebView Android No |
Chrome Android
71
|
Firefox Android No | Opera Android ? | Safari iOS ? |
Samsung Internet Android
10.0
|
完整支持
不支持
兼容性未知
使用非标名称。
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