diff --git a/webrtc-stats.html b/webrtc-stats.html index c21fae0..ab1943e 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -1959,7 +1959,6 @@

dictionary RTCSentRtpStreamStats : RTCRtpStreamStats {
             unsigned long long packetsSent;
             unsigned long long bytesSent;
-            unsigned long long packetsSentWithEct1;
 };

@@ -1987,13 +1986,6 @@

Calculated as defined in [[!RFC3550]] section 6.4.1.

-
- packetsSentWithEct1 of type unsigned long long -
-
- Total number of RTP packets sent for this SSRC with the ECT(1) marking defined in [[RFC3168]] - section 5 and used by the L4S protocol described in [[RFC9331]]. -

@@ -2042,6 +2034,7 @@

boolean powerEfficientEncoder; boolean active; DOMString scalabilityMode; + unsigned long long packetsSentWithEct1; };

@@ -2511,6 +2504,13 @@

scalability mode is currently configured for this RTP stream.

+
+ packetsSentWithEct1 of type unsigned long long +
+
+ Total number of RTP packets sent for this SSRC with the ECT(1) marking defined in [[RFC3168]] + section 5 and used by the L4S protocol described in [[RFC9331]]. +