Skip to content

Instantly share code, notes, and snippets.

@matt-mcalister
Created February 8, 2018 14:31
Show Gist options
  • Save matt-mcalister/562f96bc713b2b1cb71cf4fdb0d74976 to your computer and use it in GitHub Desktop.
Save matt-mcalister/562f96bc713b2b1cb71cf4fdb0d74976 to your computer and use it in GitHub Desktop.
navigator.mediaDevices.getUserMedia(mediaType)
.then(function(stream) {
/* on success, manipulate the stream */
})
.catch(function(err) {
/* on error, handle the error */
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment