We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3ac77 commit e7858c8Copy full SHA for e7858c8
externs/browser/w3c_rtc.js
@@ -2523,6 +2523,15 @@ RTCInboundRtpStreamStats.prototype.framesAssembledFromMultiplePackets;
2523
/** @const {number|undefined} */
2524
RTCInboundRtpStreamStats.prototype.totalAssemblyTime;
2525
2526
+/** @const {number|undefined} */
2527
+RTCInboundRtpStreamStats.prototype.totalCorruptionProbability;
2528
+
2529
2530
+RTCInboundRtpStreamStats.prototype.totalSquaredCorruptionProbability;
2531
2532
2533
+RTCInboundRtpStreamStats.prototype.corruptionMeasurements;
2534
2535
/**
2536
* @see https://www.w3.org/TR/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats
2537
* @interface
0 commit comments