Re: [webrtc-stats] Add stat for RTTs between client and STUN/TURN server

> One stun server providing multiple addresses

Just to clarify, do you mean a server providing multiple "srflx" addresses for multiple "host" addresses (1:1)? Or for a single "host" address (1:M)? The latter shouldn't happen.

> Suggest adding a stunserver object

If I understand correctly, this is really more of "stunserverconnection", since you could have multiple objects with the same URL but different local addresses (for different network interfaces, or different m= sections if bundling isn't negotiated).

Anyway, that should work; probably cleaner than trying to shove things in `RTCIceCandidateStats` that don't really belong.

-- 
GitHub Notification of comment by taylor-b
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/339#issuecomment-373166941 using your GitHub account

Received on Wednesday, 14 March 2018 20:40:14 UTC