Re: Request to Add "username" property to RTCIceServer Object

Hi,

I was hoping to see this change to the RTCIceServer dictionary in Friday's
updated draft, but it's not there.  Was this discussed in the meeting?

Thanks,

--KW 8-)

On Fri, Mar 15, 2013 at 2:05 PM, Harald Alvestrand <harald@alvestrand.no  <mailto:harald@alvestrand.no?Subject=Re%3A%20Request%20to%20Add%20%22username%22%20property%20to%20RTCIceServer%20Object&In-Reply-To=%253CCAOJ7v-126%2BKSaT%3DhywZtSbwyGjTe%3DVh39dKeQ7D6vuHZBVvjNQ%40mail.gmail.com%253E&References=%253CCAOJ7v-126%2BKSaT%3DhywZtSbwyGjTe%3DVh39dKeQ7D6vuHZBVvjNQ%40mail.gmail.com%253E>>wrote:

>  Sounds good to me too.
>
> While we're at it - do we need to add "realm" (RFC 5766, see especially
> section 4 paragraph 4)?
>
>
> On 03/15/2013 06:47 PM, Suhas Nandakumar (snandaku) wrote:
>
> Hi ,
>
>    I would like to make a request to add optional "username" parameter to
> RTCIceSever  dictionary to enable one to set the username as part of the
> configuration.
>
>  This change is due to removal of user part from the latest TURN URI
> Spec:http://tools.ietf.org/html/draft-petithuguenin-behave-turn-uris-03  and
> hence we need a way to include username outside the uri property of the
> RTCIceServer object.
>
>  Existing:
> dictionary RTCIcseServer {
>   DOMString  url;
>   nullable DOMString credential;
> }
>
>
>  Proposes Change:
>  dictionary RTCIcseServer {
>   DOMString  url;
>   nullable DOMString username;
>   nullable DOMString credential;
> }
>
>  Thanks
> Suhas
>
>
>

Received on Monday, 25 March 2013 10:37:02 UTC