Skip to content

Instantly share code, notes, and snippets.

@atsushisakai-gh
Created December 14, 2012 04:52
Show Gist options
  • Save atsushisakai-gh/4282764 to your computer and use it in GitHub Desktop.
Save atsushisakai-gh/4282764 to your computer and use it in GitHub Desktop.
navigator.getUserMedia = navigator.webkitGetUserMedia || navigator.getUserMedia;
if(navigator.getUserMedia){
console.log('You can getUserMedia.');
} else {
alert('Your Browser cannot use getUserMedia API!!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment