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
13 changes: 13 additions & 0 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -1873,6 +1873,7 @@ <h3>
DOMString encoderImplementation;
boolean powerEfficientEncoder;
boolean active;
DOMString scalabilityMode;
};</pre>
<section>
<h2>
Expand Down Expand Up @@ -2243,6 +2244,18 @@ <h2>
network conditions.
</p>
</dd>
<dt>
<dfn>scalabilityMode</dfn> of type <span class=
"idlMemberType">DOMString</span>
</dt>
<dd>
<p>
The currently configured
<a href="https://w3c.github.io/webrtc-svc/#scalabilitymodes*">
scalability mode</a> of this <a>RTP stream</a>. If one is not
configured or not applicable, this metric is left undefined.
</p>
</dd>
</dl>
</section>
</div>
Expand Down