Re: Bare constraint values - KISS

On 11 July 2014 16:24, Peter Thatcher <pthatcher@google.com> wrote:
> Any others?  Which do you prefer?

None of the above.  Don't solve problems if you don't have to.

...getUserMedia({audio: false, video: false, application: true}, ...)

is OK.

...getUserMedia({audio: false, video: true, source:
"application|livecapture"}, ...)

is a little better again.

All my opinion, of course.

Received on Friday, 11 July 2014 23:28:13 UTC