Skip to content

Instantly share code, notes, and snippets.

@DaveVoyles
Created May 29, 2015 15:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DaveVoyles/2d16dad3dd3ac1369aa2 to your computer and use it in GitHub Desktop.
Save DaveVoyles/2d16dad3dd3ac1369aa2 to your computer and use it in GitHub Desktop.
Checking for getuserMedia
if (Modernizr.getusermedia) {
var getUM = Modernizr.prefixed('getUserMedia', navigator);
getUM({video: true}, function( //...
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment