[webrtc-stats] Pull Request: Remove sender, receiver and transceiver.

henbos has just submitted a new pull request for https://github.com/w3c/webrtc-stats:

== Remove sender, receiver and transceiver. ==
One of the steps needed for #621.

> AFTER THIS PR HAS BEEN APPROVED BUT BEFORE LANDING IT:
> Create a corresponding webrtc-provisional-stats PR adding these metrics to that document instead.

This removes the sender, receiver and transceiver stats objects that were never implemented.

This PR also moves some attributes from transceiver to inbound/outbound-rtp to fill the missing holes.
- _trackIdentifier_ and _kind_ are added at inbound-rtp. This info is currently only implemented in obsolete track stats, so without receiver stats this information needs to be available in inbound-rtp in order to get rid of obsolete track stats.
- They're NOT added to outbound-rtp though, since this information is already available via the media-source in that case.
- _mid_ is added to inbound/outbound-rtp. Though technically this one is at risk, so perhaps we should just remove it?

See https://github.com/w3c/webrtc-stats/pull/628


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 7 April 2022 14:42:01 UTC