Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 636 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 636 Bytes

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 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 in the docs folder.