Skip to content

Commit

Permalink
Added list of forbidden stats for isolated streams.
Browse files Browse the repository at this point in the history
  • Loading branch information
alvestrand committed Jun 14, 2018
1 parent f54b047 commit e7b0320
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -3802,11 +3802,15 @@ <h3>
<p>
When applied to isolated streams, media metrics may allow an application to infer some
characteristics of the isolated stream, such as if anyone is speaking (by watching the
<code>volume</code> statistic).
<code>audioLevel</code> statistic).
</p>
<p class="issue">
TODO: Consider whether certain stats need to be not reported on <a data-cite=
"WEBRTC#isolated-media-streams">isolated media streams</a>.
<p>
The following stats are deemed to be sensitive, and MUST NOT be reported for an
<a data-cite="WEBRTC#isolated-media-streams">isolated media stream</a>:
<ul>
<li><a>RTCAudioHandlerStats.audioLevel</a>.</li>
<li><a>RTCRtpContributingSourceStats</a> (the whole dictionary).</li>
</ul>
</p>
</section>
<section id="change-log*">
Expand Down

0 comments on commit e7b0320

Please sign in to comment.