Skip to content

Instantly share code, notes, and snippets.

@kypflug
Created June 11, 2015 22:07
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 kypflug/dc7136fb3a88596fea01 to your computer and use it in GitHub Desktop.
Save kypflug/dc7136fb3a88596fea01 to your computer and use it in GitHub Desktop.
var video = document.getElementById('videoTag');
var videoTracks = mediaStream.getVideoTracks();
video.srcObject = null;
videoTracks[0].stop();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment