W3C home > Mailing lists > Public > public-webrtc@w3.org > January 2014

Re: ACTION-95: Constraints usage in the WebRTC spec

From: Justin Uberti <juberti@google.com>
Date: Tue, 21 Jan 2014 11:29:47 -0800
Message-ID: <CAOJ7v-0VfJ1SqDWM8J+cnD+pHSy1qz+R5Ei0PT497j-BcQPZiQ@mail.gmail.com>
To: Adam Bergkvist <adam.bergkvist@ericsson.com>
Cc: "public-webrtc@w3.org" <public-webrtc@w3.org>
With this API, how would one change just the |iceTransports| param? Would
you have to remember the last set of iceServers and supply them again? Or
should we make the current RTCConfiguration gettable from the PC object?


On Tue, Jan 21, 2014 at 1:41 AM, Adam Bergkvist <adam.bergkvist@ericsson.com
> wrote:

> On 2013-11-26 15:33, Adam Bergkvist wrote:
>
>> ## IceTransports
>> Used with PeerConnection() Constructor and updateIce()
>>
>> Controls which types of candidates the ICE agent is allowed to use.
>>
>> The possible values are "none", "relay" and "all". If a browser, for
>> some special reason, is configured to not support all these values, that
>> might be a reason to have it as a constraint.
>>
>> Proposal: Move to RTCConfiguration?
>>
>
> updateIce() is changing from
>
> void updateIce (optional RTCConfiguration configuration, optional
> MediaConstraints constraints);
>
> to
>
> void updateIce (RTCConfiguration configuration);
>
> Both arguments used to be optional, but unless someone comes up with a
> reason why you would like to run updateIce() with no arguments, I'll make
> the first argument mandatory as well.
>
> To the real question.. Does updateIce() accept changes to everything in
> the RTCConfiguration dictionary?
>
> dictionary RTCConfiguration {
>     sequence<RTCIceServer> iceServers;
>     RTCIceTransports       iceTransports = all;
> }
>
> /Adam
>
>
Received on Tuesday, 21 January 2014 19:30:34 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:17:54 UTC