- From: henbos via GitHub <sysbot+gh@w3.org>
- Date: Thu, 29 Aug 2019 15:28:11 +0000
- To: public-webrtc@w3.org
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