ember-webrtc-troubleshoot
This addon is designed to provide you with two things:
-
A bunch of tests for self-diagnostic webrtc troubleshooting
-
A component for running those tests
This addon uses ember-intl for i18n. It has it's own collection of keys (in English only). When using in your app, you'll want to replicate these i18n keys in your i18n. Eventually, I'd like to have a blueprint setup that does this for you automatically.
Installation
-
git clone
this repository npm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
-
npm test
(Runs linter and tests) -
ember test
- Install Google Chrome Beta to get the latest Chrome Version
- Using Headless Chrome which requires Google Chrome Version 59
-
ember test --server
will fail if you don't have Chrome Beta otherwise
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.