Bug 1480498 - P1 - Rename RTCRTPStreamStats in WebIDL to match the spec IDL r=smaug

This renames the RTCRTPStreamStats partial dictionary to match the recent spec changes

Differential Revision: https://phabricator.services.mozilla.com/D2682

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nico Grunbaum 2018-08-02 20:50:24 +00:00
Родитель 226f6e8042
Коммит 40503db0b4
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -26,7 +26,7 @@ dictionary RTCStats {
DOMString id;
};
dictionary RTCRTPStreamStats : RTCStats {
dictionary RTCRtpStreamStats : RTCStats {
unsigned long ssrc;
DOMString mediaType;
DOMString remoteId;
@ -48,7 +48,7 @@ dictionary RTCRTPStreamStats : RTCStats {
unsigned long nackCount;
};
dictionary RTCInboundRTPStreamStats : RTCRTPStreamStats {
dictionary RTCInboundRTPStreamStats : RTCRtpStreamStats {
unsigned long packetsReceived;
unsigned long long bytesReceived;
double jitter;
@ -62,7 +62,7 @@ dictionary RTCInboundRTPStreamStats : RTCRTPStreamStats {
unsigned long framesDecoded;
};
dictionary RTCOutboundRTPStreamStats : RTCRTPStreamStats {
dictionary RTCOutboundRTPStreamStats : RTCRtpStreamStats {
unsigned long packetsSent;
unsigned long long bytesSent;
double targetBitrate; // config encoder bitrate target of this SSRC in bits/s