[Bug 15861] API for JS interaction with congestion control

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15861

--- Comment #11 from Adam Bergkvist <adam.bergkvist@ericsson.com> ---
(In reply to comment #9)
> Another thing I wanted to clarify, when given conflicting constraints
> (resolution, frame-rate, bitrate) does the browser get to decide which gets
> priority over the other or does it fail-fast and notify the callback
> immediately that the constraints cannot be honored as-is? In my proposal,
> the latter occurs.

It depends. Mandatory constraints are unordered, so when one fails the script
gets notified. Optional constrains are ordered, so the script lists them in the
order of importance.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Thursday, 5 September 2013 05:01:08 UTC