- From: henbos via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Feb 2018 13:55:22 +0000
- To: public-webrtc@w3.org
henbos has just submitted a new pull request for https://github.com/w3c/webrtc-stats:
== senderId and receiverId added to RTCRTPStreamStats ==
Fixes #293.
`receiverId` added to `RTCInboundRTPStreamStats`
and
`senderId` added to `RTCOutboundRTPStreamStats`.
For reference, this is the RTCRTPStreamStats hierarchy:
```
RTCRTPStreamStats
RTCReceivedRTPStreamStats
RTCInboundRTPStreamStats
RTCRemoteInboundRTPStreamStats
RTCSentRTPStreamStats
RTCOutboundRTPStreamStats
RTCRemoteOutboundRTPStreamStats
```
See https://github.com/w3c/webrtc-stats/pull/323
Received on Wednesday, 7 February 2018 13:55:44 UTC