Add RTCInboundRTPStreamStats and all of its members.
https://w3c.github.io/webrtc-stats/#inboundrtpstats-dict*
dictionary RTCInboundRTPStreamStats : RTCRTPStreamStats {
unsigned long packetsReceived;
unsigned long long bytesReceived;
unsigned long packetsLost;
double jitter;
double fractionLost;
unsigned long packetsDiscarded;
unsigned long packetsRepaired;
unsigned long burstPacketsLost;
unsigned long burstPacketsDiscarded;
unsigned long burstLossCount;
unsigned long burstDiscardCount;
double burstLossRate;
double burstDiscardRate;
double gapLossRate;
double gapDiscardRate;
unsigned long framesDecoded; // Since 14 December 2016 Draft
};
Comment 1 by bugdroid1@chromium.org
, Oct 31 2016