File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -1602,6 +1602,7 @@ interface RTCInboundRtpStreamStats extends RTCReceivedRtpStreamStats {
16021602 bytesReceived?: number;
16031603 concealedSamples?: number;
16041604 concealmentEvents?: number;
1605+ corruptionMeasurements?: number;
16051606 decoderImplementation?: string;
16061607 estimatedPlayoutTimestamp?: DOMHighResTimeStamp;
16071608 fecPacketsDiscarded?: number;
@@ -1628,11 +1629,13 @@ interface RTCInboundRtpStreamStats extends RTCReceivedRtpStreamStats {
16281629 removedSamplesForAcceleration?: number;
16291630 silentConcealedSamples?: number;
16301631 totalAudioEnergy?: number;
1632+ totalCorruptionProbability?: number;
16311633 totalDecodeTime?: number;
16321634 totalInterFrameDelay?: number;
16331635 totalProcessingDelay?: number;
16341636 totalSamplesDuration?: number;
16351637 totalSamplesReceived?: number;
1638+ totalSquaredCorruptionProbability?: number;
16361639 totalSquaredInterFrameDelay?: number;
16371640 trackIdentifier: string;
16381641}
Original file line number Diff line number Diff line change @@ -1602,6 +1602,7 @@ interface RTCInboundRtpStreamStats extends RTCReceivedRtpStreamStats {
16021602 bytesReceived?: number;
16031603 concealedSamples?: number;
16041604 concealmentEvents?: number;
1605+ corruptionMeasurements?: number;
16051606 decoderImplementation?: string;
16061607 estimatedPlayoutTimestamp?: DOMHighResTimeStamp;
16071608 fecPacketsDiscarded?: number;
@@ -1628,11 +1629,13 @@ interface RTCInboundRtpStreamStats extends RTCReceivedRtpStreamStats {
16281629 removedSamplesForAcceleration?: number;
16291630 silentConcealedSamples?: number;
16301631 totalAudioEnergy?: number;
1632+ totalCorruptionProbability?: number;
16311633 totalDecodeTime?: number;
16321634 totalInterFrameDelay?: number;
16331635 totalProcessingDelay?: number;
16341636 totalSamplesDuration?: number;
16351637 totalSamplesReceived?: number;
1638+ totalSquaredCorruptionProbability?: number;
16361639 totalSquaredInterFrameDelay?: number;
16371640 trackIdentifier: string;
16381641}
You can’t perform that action at this time.
0 commit comments