Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to add "public" to RTCIceGatherPolicy #305

Closed
aboba opened this issue Dec 17, 2015 · 0 comments
Closed

Need to add "public" to RTCIceGatherPolicy #305

aboba opened this issue Dec 17, 2015 · 0 comments

Comments

@aboba
Copy link
Contributor

aboba commented Dec 17, 2015

JSEP Section 4.1.1 (see: https://tools.ietf.org/html/draft-ietf-rtcweb-jsep) defines the meaning of "public" in WebRTC 1.0 RTCIceTransportPolicy:

public: Candidates with private IP addresses [RFC1918] will be filtered out. This prevents exposure of internal network details, at the cost of requiring relay usage even for intranet calls, if the NAT does not allow hairpinning as described in [RFC4787], section 6.

While this is now supported into the WebRTC 1.0 API's RTCIceTransportPolicy, there is no equivalent in ORTC RTCIceGatherPolicy.

WebRTC 1.0 Issues:
w3c/webrtc-pc#384
w3c/webrtc-pc#8

WebRTC 1.0 PR: w3c/webrtc-pc#432

aboba added a commit that referenced this issue Dec 22, 2015
JSEP Section 4.1.1 (see: https://tools.ietf.org/html/draft-ietf-rtcweb-jsep) defines the meaning of "public" in WebRTC 1.0 RTCIceTransportPolicy:

This patch adds "public" to ORTC RTCIceGatherPolicy, addressing Issue #305
@aboba aboba closed this as completed Jan 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant