Re: [webrtc-pc] Adding more values to RTCIceTransportPolicy Enum

> Here is an example of different candidate collection behaviors between Chrome and Firefox:
> Run data channel sample [2] in a machine equipped with two network adapters. Chrome collects candidates on all network adapters. Firefox only collects candidates on default route and associated local addresses.

Chrome and Firefox actually implement the same default policy, which is to collect only default route candidates. Most likely you have given gUM permissions to any of the other webrtc samples which require camera access and therefore Chrome permanently remembers that you trust the domain. In Firefox you have to explicitly tick the option inside the gUM prompt. Very few users do that in Firefox. So the behavior is the same between both browsers.

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

Received on Friday, 3 November 2017 03:45:18 UTC