[webrtc-stats] Pull Request: senderId and receiverId added to RTCRTPStreamStats

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