I need to use the navigator.getUserMedia()
function to use the webcam to take pictures on a windows application made with HTML5, and compiled on brackets-shell w/ cef3 (version 3.2171.1902).
Is this possible, or cef3 does not support webrtc at all?
I read online something about passing CEF command line arguments (--enable-media-stream
) but I don't know where to put those commands...
Update: I tried using nwjs instead of brackets-shell and it worked without any trouble. http://nwjs.io/