Re: [webrtc-stats] RTCIceCandidateStats.deleted can be removed (#356)

There are potential slight differences between the deleted candidate value definition and the definition of when a candidate is deleted as per https://w3c.github.io/webrtc-stats/#dom-rtcstatstype-local-candidate.

In theory, an ICE transport could free the candidate when it is not used by the selected candidate pair.
The same could apply to a candidate pair that 'disappears' before an ICE restart is done or the connection closed.

I guess for now we can remove the deleted attribute and decide whether we want/need to precise https://w3c.github.io/webrtc-stats/#dom-rtcstatstype-local-candidate and https://w3c.github.io/webrtc-stats/#dom-rtcstatstype-candidate-pair later on.

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

Received on Thursday, 18 July 2019 18:14:20 UTC