Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eface2face/doctortc


https://github.com/eface2face/doctortc

Last synced: 9 days ago
JSON representation

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.