Last active
January 19, 2018 15:13
-
-
Save peterforgacs/7acd4d4ce6262366cbfc1a4056ff8421 to your computer and use it in GitHub Desktop.
Peer connection RTCLegacyStatsReport
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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