Re: ACTION-62, Priority API

On Jan 9, 2013, at 1:39 AM, Stefan Håkansson LK <stefan.lk.hakansson@ericsson.com> wrote:

> On 2013-01-09 04:11, Cullen Jennings (fluffy) wrote:
>> 
>> This seem far more flexible and complicated than needed. Lets just
>> set a constraint on the track to integer value from 1 to 3, or 1 to
>> 5
> 
> That is definitely the simplest approach.
> 
> pc.setPriority(track, value);
> 
> What I fear is that we will see the need for more and more settings down the road (setBitrate, setDTXOperation, ...), so if we use this approach I would prefer using constraints:
> 
> pc.applyConstraints(track, constraints);


That makes sense - I was trying to say that when I said set a constraint. 

Received on Thursday, 10 January 2013 17:43:21 UTC