You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `IntegrityViolationReportBody` dictionary is an extension of the [Reporting API](/en-US/docs/Web/API/Reporting_API) that represents the body of an [Integrity Policy](/en-US/docs/Web/HTTP/Reference/Headers/Integrity-Policy) violation report.
The **`estimatedPlayoutTimestamp`** property of the {{domxref("RTCInboundRtpStreamStats")}} dictionary indicates the estimated playout time of this receiver's track.
The **`framesAssembledFromMultiplePackets`** property of the {{domxref("RTCInboundRtpStreamStats")}} dictionary indicates the total number of correctly decoded frames for this RTP stream that were assembled from more than one RTP packet.
The **`freezeCount`** property of the {{domxref("RTCInboundRtpStreamStats")}} dictionary indicates the total number of video freezes experienced by this receiver.
- : A positive integer that indicates the number of concealment events, where a single event is counted for all consecutive concealed samples following a non-concealed sample.
- : A positive integer value that indicates the number of RTP Forward Error Correction (FEC) packets which have been received for this source, for which the error correction payload was discarded.
@@ -33,7 +33,7 @@ The statistics can be obtained by iterating the {{domxref("RTCStatsReport")}} re
- : A number that indicates the total time spent assembling successfully decoded video frames that were transported in multiple RTP packets, in seconds.
The **`pauseCount`** property of the {{domxref("RTCRemoteInboundRtpStreamStats")}} dictionary indicates the total number of pauses experienced by this receiver.
The **`playoutId`** property of the {{domxref("RTCInboundRtpStreamStats")}} dictionary indicates the {{domxref("RTCAudioPlayoutStats.id", "id")}} of the {{domxref("RTCAudioPlayoutStats")}} object that corresponds to this stream.
The **`totalAssemblyTime`** property of the {{domxref("RTCInboundRtpStreamStats")}} dictionary indicates the total time spent assembling successfully decoded video frames that were transported in multiple RTP packets.
The **`totalFreezesDuration`** property of the {{domxref("RTCRemoteInboundRtpStreamStats")}} dictionary indicates the total time that the video in this stream has spent frozen, in seconds.
The **`totalPausesDuration`** property of the {{domxref("RTCRemoteInboundRtpStreamStats")}} dictionary indicates the total time that the video in this stream has spent paused, in seconds
0 commit comments