has-getusermedia
v1.0.1
Published
This will simply return true if getUserMediaExists. It will also shim it in so you can use navigator.getUserMedia
Downloads
7
Readme
has-getusermedia
This module will be true if the user has getUserMedia.
Usage
var hasGetUserMedia = require('has-getusermedia');
if(has-getusermedia) {
console.log('the user has getUserMedia');
} else {
console.log('the user does not have getUserMedia');
}License
MIT, see LICENSE.md for details.

