Bug 1657449 - Add browserId to webrtc internal stats r=webidl,smaug

This is only used on the about:webrtc page.

Differential Revision: https://phabricator.services.mozilla.com/D86698
This commit is contained in:
Dan Minor 2020-08-12 18:39:51 +00:00
parent 0f735857f4
commit 0a102a5434

View File

@ -228,6 +228,7 @@ dictionary RTCConfigurationInternal {
// WebrtcGlobalInformation for about:webrtc, and telemetry.
dictionary RTCStatsReportInternal : RTCStatsCollection {
required DOMString pcid;
required unsigned long browserId;
RTCConfigurationInternal configuration;
DOMString jsepSessionErrors;
DOMString localSdp;