[webrtc-pc] Should DataChannels have a getStats() method, should they be usable as selector to the getStats algorithm? (#2174)

na-g has just created a new issue for https://github.com/w3c/webrtc-pc:

== Should DataChannels have a getStats() method, should they be usable as selector to the getStats algorithm? ==
As it stands if one wants to check the stats of a RTCDataChannel one needs to poll the stats of the entire PC. Does it make sense to allow `RTCDataChannel` stats to be accessed directly like `RTCRtpSender`s and `RTCRtpReceiver`s via a `getStats()` method? Does that also imply that `RTCDataChannel`s should be accepted as a selector for the `getStats()` algorithm?

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2174 using your GitHub account

Received on Wednesday, 17 April 2019 03:22:50 UTC