Re: [webrtc-pc] Should we remove getDefaultIceServers?

Does it make sense to let this in full control of the JS app?
For instance, it might be difficult for the JS app to understand whether these servers are mandatory to use or not, except by actually trying to not use them and if failing use them. I would guess most (if not all apps) should then add whatever default servers are provided. If so, it seems the UA should do that for them (added bonus, no change required on the JS app).

If JS app wants some more control, an alternative would be to provide a boolean in the configuration stating "UA, please do not use any default STUN/TURN server".

This might reduce a bit the fingerprinting as well: we would be moving from a stable TURN server URL to an unstable relay candidate.

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

Received on Thursday, 8 November 2018 05:03:57 UTC