This addon is designed to provide you with two things:
-
A mixin (probably useful on a service) for enumerating devices, and setting up all the basic stuff.
-
A component for selecting those devices
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.
npm install --save-dev ember-webrtc-devices
ember g ember-webrtc-devices
See Contributing.md
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
npm test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
- bring in bower deps
- create dummy application
- unit tests for mixin
- integration tests for component
- use try:testall to test multiple ember versions