Hacker News new | ask | show | jobs
by juberti 3521 days ago
Current implementations of WebRTC, by default, only perform STUN over the default route (to address this exact situation).

See https://tools.ietf.org/html/draft-ietf-rtcweb-ip-handling-01 for more details.

1 comments

Thanks! That was super refreshing to read. I really hope it becomes required for default WebRTC behavior.