Skip to content

Instantly share code, notes, and snippets.

@peterforgacs
Last active January 19, 2018 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterforgacs/7acd4d4ce6262366cbfc1a4056ff8421 to your computer and use it in GitHub Desktop.
Save peterforgacs/7acd4d4ce6262366cbfc1a4056ff8421 to your computer and use it in GitHub Desktop.
Peer connection RTCLegacyStatsReport
// Chrome 63
let peerConnectionObject = ... // Some peer connection
peerConnectionObject.getStats(function(res) {
console.log(res.result());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment