getuservideo

0.1.3 • Public • Published

getuservideo

returns a that is rendering a users webcam and optionally turns on the microphone.

var videoElement = require('getuservideo')({
    width: 320,
    height: 180,
    autoplay: true
});
 
document.body.appendChild(videoElement);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    6
  • 0.1.2
    9
  • 0.1.1
    0
  • 0.1.0
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i getuservideo

Weekly Downloads

15

Version

0.1.3

License

MIT

Last publish

Collaborators

  • mattdesl
  • mikkoh