Skip to content

Instantly share code, notes, and snippets.

@DamonOehlman
Created July 26, 2013 01:57
Show Gist options
  • Save DamonOehlman/6085450 to your computer and use it in GitHub Desktop.
Save DamonOehlman/6085450 to your computer and use it in GitHub Desktop.
Simple rtc-media demo
// require the media capture helper from rtc.io
var media = require('rtc-media');
// capture video and render it to the document body
media().render(document.body);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment