Re: [webrtc-pc] Some Mandatory To Implement Stats fields are out of sync with webrtc-stats

I have compiled here a list of mandatory fields mentioned in webrtc-pc but not found in webrtc-stats:

- RTCCodecStats - `codec` (should be `codecType`?), `parameters`
- RTCOutboundRTPStreamStats - `roundTripTime`
- RTCMediaStreamTrackStats - `ssrcIds`
- RTCDataChannelStats - `dataChannelId` (should be `datachannelid`?)
- RTCTransportStats - `activeConnection`
- RTCIceCandidatePairStats - `writable`, `readable`, `totalRtt` (should be `totalRoundTripTime`?), `currentRtt` (should be `currentRoundTripTime`?)

-- 
GitHub Notification of comment by soareschen
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1474#issuecomment-315259897 using your GitHub account

Received on Friday, 14 July 2017 03:25:29 UTC