0.1.3 • Published 9 years ago
getuservideo v0.1.3
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);