Re: [webrtc-pc] rtciceserver: fix represents a turn server

Previously, it was implied that each `RTCIceServer` represents a single "server" in the abstract sense, where the list of URLs represents a list of ways of connecting to that server.

If we're loosening that definition, and allowing a single `RTCIceServer` to include STUN/TURN URLs, then the question becomes: "What's the difference between putting multiple URLs in one `RTCIceServer` instead of multiple?" It looks like step 11 of `setConfiguration` flattens the structure (or at least, is intended to)? If so, this should be called out in a note. If not, what *is* the difference?

-- 
GitHub Notification of comment by taylor-b
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/1427#issuecomment-311336343 using your GitHub account

Received on Tuesday, 27 June 2017 11:57:09 UTC