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

@juberti's interpretation of `getDefaultIceServers` doesn't actually seem to support pre-provisioning at all, except for the tiny minority of web applications that opt into it on purpose.

That's very different from what Firefox supports:
 * Setting `media.peerconnection.default_iceservers` to your company's servers, and `media.peerconnection.use_document_iceservers` to `false` would use the company servers *only*, ignoring the application-provided servers. If `true` it would use both.

I wonder if `getDefaultIceServers` is in the spec because both sides thought they'd gotten what they wanted, in which case it doesn't actually represent a consensus.

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

Received on Wednesday, 14 November 2018 13:53:16 UTC