6 ms·
Current implementations of WebRTC, by default, only perform STUN over the default route (to address this exact situation). See https://tools.ietf.org/html/draf
by juberti 10y 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 https://tools.ietf.org/html/draft-ietf-rtcweb-ip-handling-01 for more details.
- diafygi 10y agoThanks! That was super refreshing to read. I really hope it becomes required for default WebRTC behavior.