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

> Do you think we still need to add "Mode 2: Default route + associated local addresses" and "Mode 3: Default route only" to RTCIceTransportPolicy so application can limit candidate collection when permission is granted?

I think that could be accomplished at the application level, by just filtering out candidates based on type ("host" or "srflx") and the "raddr". Right? The more difficult thing would be Mode 1 vs. Mode 2, because the application doesn't have a good way of knowing which is the "default" route. But I imagine there are still ways (the HTTP server that served the page should know what address the request was received from).

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

Received on Thursday, 26 October 2017 22:45:55 UTC