Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w3c/webrtc-stats
WebRTC Statistics
https://github.com/w3c/webrtc-stats
webrtc
Last synced: 5 days ago
JSON representation
WebRTC Statistics
- Host: GitHub
- URL: https://github.com/w3c/webrtc-stats
- Owner: w3c
- License: other
- Created: 2014-08-27T09:39:13.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T14:18:38.000Z (14 days ago)
- Last Synced: 2025-01-18T23:33:34.797Z (12 days ago)
- Topics: webrtc
- Language: HTML
- Homepage: https://w3c.github.io/webrtc-stats/
- Size: 1.09 MB
- Stars: 130
- Watchers: 47
- Forks: 47
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: security-questionnaire.md
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`