Skip to content

Instantly share code, notes, and snippets.

@ncurrier
Created June 11, 2015 09:09
Show Gist options
  • Save ncurrier/de7d7093e5aaed87581f to your computer and use it in GitHub Desktop.
Save ncurrier/de7d7093e5aaed87581f to your computer and use it in GitHub Desktop.
skylink.on('mediaAccessSuccess', function(stream) {
var vid = document.getElementById('myvideo');
attachMediaStream(vid, stream);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment