<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>22347</bug_id>
          
          <creation_ts>2013-06-13 07:42:59 +0000</creation_ts>
          <short_desc>RTCIceServer should have multiple URLs</short_desc>
          <delta_ts>2014-10-29 18:39:53 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebRTC Working Group</product>
          <component>WebRTC API</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Harald Alvestrand">harald</reporter>
          <assigned_to name="Web RTC Working Group">public-webrtc</assigned_to>
          <cc>public-webrtc</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>89236</commentid>
    <comment_count>0</comment_count>
    <who name="Harald Alvestrand">harald</who>
    <bug_when>2013-06-13 07:42:59 +0000</bug_when>
    <thetext>Discussion on the mailing list in early June 2013 led to this proposal for a change, which seems to be acceptable:

Current:


dictionary RTCIceServer {
    DOMString  url;
    DOMString? credential;
};


Proposed:


dictionary RTCIceServer {
    sequence&lt;DOMString&gt; urls;  // for backwards compatibility, implementations
                        // should also handle |url|
    DOMString?  username;  // previously agreed upon
    DOMString? credential;
};

4.2.2.1 Dictionary RTCIceServer Members


username of type DOMString, nullable

If the url element of the internal array is a TURN URI, then this is the username to use with that TURN server.

credential of type DOMString, nullable

    If the url element of the internal array is a TURN URI, then this is the password to use with that TURN server.
urls of type DOMString[]

    A list of STUN or TURN URIs as defined in [STUN-URI] and [TURN-URI]. If multiple URIs are present, they represent alternate ways to contact the STUN/TURN server, listed in order of preference.

Link to original proposal: http://lists.w3.org/Archives/Public/public-webrtc/2013Jun/0075.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>114217</commentid>
    <comment_count>1</comment_count>
    <who name="Harald Alvestrand">harald</who>
    <bug_when>2014-10-29 18:39:53 +0000</bug_when>
    <thetext>As of the June 1 2014 version, this is fixed.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>