[webrtc-stats] new commits pushed by vr000m

The following commits were just pushed by vr000m to https://github.com/w3c/webrtc-stats:

* Rebase of Taylor's NetworkType PR (#274)

* Adding "networkType" field to RTCIceCandidateStats.

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.

* Adding note about cases where "networkType" may be misleading.

* Moving "other" and "unknown" to the end.

* Merged "other" and "unknown", added "vpn"
  by Harald Alvestrand
https://github.com/w3c/webrtc-stats/commit/84f339398a7b92db3d64af70cd3a739c495875f7

Received on Thursday, 16 November 2017 10:45:38 UTC