Skip to content

Commit e7858c8

Browse files
Closure Teamcopybara-github
Closure Team
authored andcommitted
Add corruption metrics in RTCInboundRtpStreamStats to w3c_rtc.js
These stats are standardized at https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats. PiperOrigin-RevId: 734337281
1 parent ea3ac77 commit e7858c8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

externs/browser/w3c_rtc.js

+9
Original file line numberDiff line numberDiff line change
@@ -2523,6 +2523,15 @@ RTCInboundRtpStreamStats.prototype.framesAssembledFromMultiplePackets;
25232523
/** @const {number|undefined} */
25242524
RTCInboundRtpStreamStats.prototype.totalAssemblyTime;
25252525

2526+
/** @const {number|undefined} */
2527+
RTCInboundRtpStreamStats.prototype.totalCorruptionProbability;
2528+
2529+
/** @const {number|undefined} */
2530+
RTCInboundRtpStreamStats.prototype.totalSquaredCorruptionProbability;
2531+
2532+
/** @const {number|undefined} */
2533+
RTCInboundRtpStreamStats.prototype.corruptionMeasurements;
2534+
25262535
/**
25272536
* @see https://www.w3.org/TR/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats
25282537
* @interface

0 commit comments

Comments
 (0)