Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/w3c/webrtc-stats

WebRTC Statistics
https://github.com/w3c/webrtc-stats

webrtc

Last synced: 5 days ago
JSON representation

WebRTC Statistics

Awesome Lists containing this project

README

        

# WebRTC Stats

[![Build Status](https://travis-ci.org/w3c/webrtc-stats.svg?branch=master)](https://travis-ci.org/w3c/webrtc-stats)

This is the webrtc-stats document, a working document of the [W3C
WebRTC Working Group](https://www.w3.org/2011/04/webrtc/).

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`