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);

Package Sidebar

Install

npm i getuservideo

Weekly Downloads

3

Version

0.1.3

License

MIT

Last publish

Collaborators

  • mattdesl
  • mikkoh