getUserMedia constraints

2014-07-21 Thread matteo . bruni86
Hi, i've already realized a simple demo for the web rtc features available in firefox but i've one question about the getUserMedia constraints that seems to be ignored by firefox. If i ask the camera availability to the user with: getUserMedia({ audio: false, video: true

Re: getUserMedia constraints

2014-07-21 Thread Martin Thomson
already realized a simple demo for the web rtc features available in firefox but i've one question about the getUserMedia constraints that seems to be ignored by firefox. If i ask the camera availability to the user with: getUserMedia({ audio: false, video: true }, userAcceptMedia