Skip to content

Commit

Permalink
Merge pull request #442 from burnburn/consumer
Browse files Browse the repository at this point in the history
add guidance for new consumers
  • Loading branch information
alvestrand committed Apr 6, 2017
2 parents 14aba70 + cd8390a commit a94ca18
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions getusermedia.html
Expand Up @@ -5355,6 +5355,24 @@ <h2>Defining a new constrainable property</h2>
Capture Task Force will take into consideration all extensions they are
aware of in an attempt to reduce potential usage conflicts.</p>
</section>

<p>&nbsp;</p>
<p>It is also likely that new consumers
of <code><a>MediaStream</a></code>s
or <code><a>MediaStreamTrack</a></code>s will be defined in
the future. The following section provides guidance.</p>

<section>
<h2>Defining new consumers of MediaStreams and
MediaStreamTracks</h2>
<p>At a minimum, any new consumer of
a <code><a>MediaStreamTrack</a></code> will need to define</p>
<ul>
<li>how a <code><a>MediaStreamTrack</a></code> will render in
the various states in which it can be, including muted and
disabled (see <a href="#life-cycle-and-media-flow"></a>).
</ul>
</section>
</section>
<section>
<h2>Change Log</h2>
Expand Down

0 comments on commit a94ca18

Please sign in to comment.