Re: [webrtc-pc] RTCIceServer "represents a TURN server"

Related, http://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-setconfiguration step 11:
> 3. For each url in server.urls parse url and obtain scheme name. If the scheme name is not implemented by the browser, or if parsing based on the syntax defined in [ RFC7064] and [RFC7065] fails, throw a SyntaxError.

> 4. If scheme name is turn or turns, and either of server.username or server.credential are omitted, then throw an InvalidAccessError.

This seems to implicitly assume a single scheme name. Steps 4, 5 and 6 need to be done for each url in server.urls.

-- 
GitHub Notification of comment by fippo
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1198#issuecomment-300600933 using your GitHub account

Received on Wednesday, 10 May 2017 20:20:57 UTC