Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -1959,7 +1959,6 @@ <h3>
<pre class="idl">dictionary RTCSentRtpStreamStats : RTCRtpStreamStats {
unsigned long long packetsSent;
unsigned long long bytesSent;
unsigned long long packetsSentWithEct1;
};</pre>
<section>
<h2>
Expand Down Expand Up @@ -1987,13 +1986,6 @@ <h2>
Calculated as defined in [[!RFC3550]] section 6.4.1.
</p>
</dd>
<dt>
<dfn>packetsSentWithEct1</dfn> of type <span class="idlMemberType">unsigned long long</span>
</dt>
<dd>
Total number of RTP packets sent for this <a>SSRC</a> with the ECT(1) marking defined in [[RFC3168]]
section 5 and used by the L4S protocol described in [[RFC9331]].
</dd>
</dl>
</section>
</div>
Expand Down Expand Up @@ -2042,6 +2034,7 @@ <h3>
boolean powerEfficientEncoder;
boolean active;
DOMString scalabilityMode;
unsigned long long packetsSentWithEct1;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note how the members are indented by three spaces instead two... :rage2:

};</pre>
<section>
<h2>
Expand Down Expand Up @@ -2511,6 +2504,13 @@ <h2>
scalability mode</a> is currently configured for this <a>RTP stream</a>.
</p>
</dd>
<dt>
<dfn>packetsSentWithEct1</dfn> of type <span class="idlMemberType">unsigned long long</span>
</dt>
<dd>
Total number of RTP packets sent for this <a>SSRC</a> with the ECT(1) marking defined in [[RFC3168]]
section 5 and used by the L4S protocol described in [[RFC9331]].
</dd>
</dl>
</section>
</div>
Expand Down