Bug 1414171 - pt 1 - Add componentId field to RTCIceCandidatePairStats. r=smaug

componentId is a moz only field that will allow sorting by componentId
on the about:webrtc page.

MozReview-Commit-ID: HXEQl3JHmO3

--HG--
extra : rebase_source : 1629fc0fc34b4878e398753db933d0f10c83b67b
This commit is contained in:
Michael Froman 2018-01-31 10:34:37 -06:00
parent 7073cf07e2
commit 2cc9c3f7f7

View File

@ -138,6 +138,8 @@ dictionary RTCIceCandidatePairStats : RTCStats {
DOMHighResTimeStamp lastPacketSentTimestamp;
DOMHighResTimeStamp lastPacketReceivedTimestamp;
boolean selected;
[ChromeOnly]
unsigned long componentId; // moz
};
enum RTCStatsIceCandidateType {