Skip to content

Instantly share code, notes, and snippets.

@bthesorceror
bthesorceror / index.js
Created September 9, 2013 14:02 — forked from DamonOehlman/index.js
requirebin sketch
// 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);