[webrtc-stats] Should we have transceiver stats? (#478)

henbos has just created a new issue for https://github.com/w3c/webrtc-stats:

== Should we have transceiver stats? ==
We've had `sender` and `receiver` stats but no `transceiver` stats (and now almost everything has been moved to to the `outbound-rtp` and `inbound-rtp`).

Should we have `transceiver` stats?

Possible uses:
- `mid` is a property of the `RTCRtpTransceiver`
- Codecs that have been negotiated are on a per-m= section, i.e. per transceiver basis. `RTCCodecStats` could reference transceivers.

Both of these use cases would work by using `sender` and `receiver` instead of a `transceiver` though.

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

Received on Thursday, 29 August 2019 15:28:13 UTC