Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-webrtc-devices

Package Overview
Dependencies
Maintainers
4
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-webrtc-devices

Enumerating and selecting media devices from the browser as an ember addon

  • 8.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15
increased by50%
Maintainers
4
Weekly downloads
 
Created
Source

webrtc-devices

Build Status Coverage Status

This addon is designed to provide you with two things:

  1. A mixin (probably useful on a service) for enumerating devices, and setting up all the basic stuff.

  2. 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.

Setup

npm install --save-dev ember-webrtc-devices ember g ember-webrtc-devices

Contributing

See Contributing.md

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

TODO:

  • bring in bower deps
  • create dummy application
  • unit tests for mixin
  • integration tests for component
  • use try:testall to test multiple ember versions

Keywords

FAQs

Package last updated on 30 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc