Skip to content

Commit

Permalink
Removed mentioning of MediaStream received from other peer (as discus…
Browse files Browse the repository at this point in the history
…sed in bug 25361).
  • Loading branch information
adam-be committed May 2, 2014
1 parent b7f7241 commit 099c935
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions getusermedia.html
Expand Up @@ -847,11 +847,7 @@ <h3>Life-cycle and Media Flow</h3>
action is outside the control of the application. This could be as a
result of the user hitting a hardware switch, or toggling a control in
the operating system or browser chrome. A track can also be muted by
the user agent. For example, a track that is a member of a
<code><a>MediaStream</a></code>, received via a
<code><a>RTCPeerConnection</a></code> [[!WEBRTC10]], is muted if the
application on the other side disables the corresponding track in the
<code>MediaStream</code> being sent.</p>
the user agent.</p>


<p>Applications are able to <dfn id="track-enabled">enable</dfn> or
Expand Down Expand Up @@ -4365,6 +4361,9 @@ <h2>Changes since March 21, 2014</h2>

<li>Bug 25275: VideoTrackList.selectedIndex initialization conflicts with
HTML5 spec, "if no track is selected".</li>

<li>Removed mentioning of MediaStream received from other peer (as
discussed in bug 25361).</li>
</ol>


Expand Down

0 comments on commit 099c935

Please sign in to comment.