Bug 1414169 - pt 3 - RTCStatsReport.webidl to support about:webrtc changes for showing trickled candidates. r=ng,smaug

Add trickledIceCandidateStats, rawLocalCandidates, and rawRemoteCandidates for upcoming display
changes on about:webrtc.

MozReview-Commit-ID: Dgrcy5fRVBt

--HG--
extra : rebase_source : 0bc195bf8c6ccd72d23da0ac3b275d004e5fcce3
This commit is contained in:
Michael Froman 2017-12-08 12:16:26 -06:00
parent 3e04f9b435
commit 7b2eaabdfd

View File

@ -187,6 +187,9 @@ dictionary RTCStatsReportInternal {
unsigned long iceRollbacks;
boolean offerer; // Is the PC the offerer
boolean closed; // Is the PC now closed
sequence<RTCIceCandidateStats> trickledIceCandidateStats;
sequence<DOMString> rawLocalCandidates;
sequence<DOMString> rawRemoteCandidates;
};
[Pref="media.peerconnection.enabled",