Shows modern WebRTC use with parallel setup in Firefox Nightly.
For it to work, you must add "jsfiddle.net" to media.getusermedia.screensharing.allowed_domains. You might also want to set media.navigator.permission.disabled as well. Be careful!
No-Library (pure JS), HTML, CSS, JavaScript
Try to adapt WebRTC demo to work on both Canary and Nightly
test
Adapted getUserMedia demo to work on both Chrome and Firefox
Test constraints
Shows WebRTC use with promises soon in Nightly.
Shows mediaDevices.getUserMedia use with adapter.js