1 2 3 4 5 6 7 8 9 10 11 12 13 14
WebRTC Tools ============ This directory contains a simple Node.js project to aid the development of WebRTC tests. ## Lint ```bash npm run lint ``` Does basic linting of the JavaScript code. Mainly for catching usage of undefined variables.