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).
doctortc.js includes the Node 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*');
.
Read the full API documentation in the docs folder.