- From: <bugzilla@jessica.w3.org>
- Date: Thu, 13 Jun 2013 07:42:59 +0000
- To: public-webrtc@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22347 Bug ID: 22347 Summary: RTCIceServer should have multiple URLs Classification: Unclassified Product: WebRTC Working Group Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: WebRTC API Assignee: public-webrtc@w3.org Reporter: harald@alvestrand.no CC: public-webrtc@w3.org 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<DOMString> 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 -- 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, 13 June 2013 07:43:01 UTC