ConnectionStats
Source: PeerConnectionStats.js:25
Properties
raw(RTCStatsReport) — All RTCPeerConnection stats without parsing. Reference https://developer.mozilla.org/en-US/docs/Web/API/RTCStatsReport.audio(TrackReport) — Parsed audio information.video(TrackReport) — Parsed video information.availableOutgoingBitrate(Number) — The available outbound capacity of the network connection. The higher the value, the more bandwidth you can assume is available for outgoing data. The value is reported in bits per second.This value comes from the nominated candidate-pair.totalRoundTripTime(Number) — Total round trip time is the total time in seconds that has elapsed between sending STUN requests and receiving the responses.This value comes from the nominated candidate-pair.currentRoundTripTime(Number) — Current round trip time indicate the number of seconds it takes for data to be sent by this peer to the remote peer and back over the connection described by this pair of ICE candidates.This value comes from the nominated candidate-pair.candidateType(RTCIceCandidateType) — Local candidate type from the nominated candidate-pair which indicates the type of ICE candidate the object represents.
Type
Object