Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eface2face/doctortc
https://github.com/eface2face/doctortc
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eface2face/doctortc
- Owner: eface2face
- Created: 2016-11-22T12:26:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T12:28:05.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T13:34:50.936Z (3 months ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# doctortc.js
JavaScript utility for checking browser's WebRTC support and performing bandwidth calculation among other features such as network connectivity checks with the help of a TURN server(s).
## Debugging
**doctortc.js** includes the Node [debug](https://github.com/visionmedia/debug) module. In order to enable debugging in the browser run `doctortc.debug.enable('doctortc*');` and reload the page. Note that the debugging settings are stored into the browser LocalStorage. To disable it run `doctortc.debug.disable('doctortc*');`.
## Documentation
Read the full [API documentation](docs/index.md) in the *docs* folder.