Skip to content

Commit

Permalink
outbound-rtp: add active flag (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Jul 26, 2022
1 parent 9a53dac commit b708dd3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -1659,6 +1659,7 @@ <h3>
unsigned long firCount;
unsigned long pliCount;
DOMString encoderImplementation;
boolean active;
};</pre>
<section>
<h2>
Expand Down Expand Up @@ -2005,6 +2006,17 @@ <h2>
Since it is only given for active tracks, the incremental exposure is small.
</p>
</dd>
<dt>
<dfn>active</dfn> of type <span class=
"idlMemberType">boolean</span>
</dt>
<dd>
<p>
Indicates whether this <a>RTP stream</a> is configured to be sent or disabled.
Note that an active stream can still not be sending, e.g. when being limited by
network conditions.
</p>
</dd>
</dl>
</section>
</div>
Expand Down

0 comments on commit b708dd3

Please sign in to comment.