Skip to content

Instantly share code, notes, and snippets.

@madis
Created June 11, 2015 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madis/54cf3afb951af09252c8 to your computer and use it in GitHub Desktop.
Save madis/54cf3afb951af09252c8 to your computer and use it in GitHub Desktop.
Firefox getUserMedia bug with quick consecutive calls
navigator.mozGetUserMedia({video: true, audio: false}, function(s) {window.zeVideoOnly = s}, function() {}); navigator.mozGetUserMedia({video: true, audio: true}, function(s) {window.zeVideo = s}, function() {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment