Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1037400 of RTCStatsReport

  • Revision slug: Web/API/RTCStatsReport
  • Revision title: RTCStatsReport
  • Revision id: 1037400
  • Created:
  • Creator: Sheppy
  • Is current revision? Yes
  • Comment Quick description - more text coming later

Revision Content

{{APIRef("WebRTC")}}{{SeeCompatTable}}

{{draft}}

WebRTC provides a method—{{domxref("RTCPeerConnection.getStats()")}}—which returns a set of statistics about the state of the connection and the data transfers which have taken place. This status report is an object of type RTCStatsReport, and consists of a mapping of strings identifying objects which have had statistics recorded and a dictionary containing all of the corresponding data.

Revision Source

<p>{{APIRef("WebRTC")}}{{SeeCompatTable}}</p>

<p>{{draft}}</p>

<p>WebRTC provides a method—{{domxref("RTCPeerConnection.getStats()")}}—which returns a set of statistics about the state of the connection and the data transfers which have taken place. This status report is an object of type <code>RTCStatsReport</code>, and consists of a mapping of strings identifying objects which have had statistics recorded and a dictionary containing all of the corresponding data.</p>
Revert to this revision