This is the webrtc-stats document, a working document of the W3C WebRTC Working Group.
The editors' work-in-progress version of the document is at https://w3c.github.io/webrtc-stats/
To run the tests defined for the repo, do the following:
nvm use 8
(node 8 is required to run the following steps)make clean
make setup
make update
make check
To produce a consistently formatted file:
make tidy