- From: Taylor Brandstetter via GitHub <sysbot+gh@w3.org>
- Date: Mon, 23 Oct 2017 00:41:24 +0000
- To: public-webrtc-logs@w3.org
taylor-b has just submitted a new pull request for https://github.com/w3c/webrtc-stats: == Issue 257 network type == Fixes #257. Exposes the type of network interface a local ICE candidate is using. Defined such that it will be present for srflx/relay candidates as well, exposing the type of network interface used to communicate with the STUN/TURN server. RTCNetworkType is based on this enum: http://wicg.github.io/netinfo/#dom-connectiontype With the only differences being that "none" isn't applicable, since every ICE candidate is using *some* network interface, and "mixed" isn't applicable since every ICE candidate is tied to only one interface. See https://github.com/w3c/webrtc-stats/pull/259
Received on Monday, 23 October 2017 00:41:35 UTC