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

My interpretation is that if the application specifies a group of urls like
```[turn:foo?transport=udp, turn:foo?transport=tcp, turns:foo?transport=tcp]```
then the ICE engine may interpret this as "just get me the best candidate from _any_ of these servers (which would at least be the same physical entity). So if you know you have a relay candidate over turn/udp that is all you need and you could stop gathering turn/tcp and turn/tls candidates.
This optimization reduces the number of candidates and therefore checking times etc.

But we haven't written that down anywhere what this "represent" means.

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

Received on Tuesday, 27 June 2017 12:06:09 UTC