Re: Issue 384: should "none" be a recognized value in RTCIceTransportPolicy?

WebRTC Section 4.2.1 refers to RTCIceTransportPolicy which has values of "all", "relay" and "none". Some values appear to relate to sending and receiving ICE connectivity checks (none: "The ICE agent must not send or receive any packets at this point") while other values appear to relate to ICE candidate gathering behavior.

The JSEP Section 4.1.1 discussion on "ICE candidate policy" refers both to candidate gathering and use, with values of "all", "public" and "relay". Overall, the language in JSEP seems more clear to me.

Should we refer to JSEP Section 4.1.1 and update the values of RTCIceTransportPolicy to reflect what is there?

dontcallmedom said in Issue 384 (https://github.com/w3c/webrtc-pc/issues/384):

"JSEP has "all", "public" (cf #8<https://github.com/w3c/webrtc-pc/issues/8>) and "relay", the API has "all", "relay" and "none".

Is "none" still needed or was it useful only when we didn't have iceCandidatePoolSize?

"

Received on Monday, 7 December 2015 21:58:18 UTC