[go: nahoru, domu]

Skip to content

Commit

Permalink
Bug 25804: Change 'remote' attribute definition
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-be committed Jul 1, 2014
1 parent 4b28e95 commit f02a0a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ <h3>Interface Definition</h3>
<dt>readonly attribute boolean remote</dt>


<dd>If the track is sourced by an <code>RTCPeerConnection</code>, the
<dd>If the track is sourced by a non-local source, the
<dfn id="dom-mediastreamtrack-remote"><code>remote</code></dfn>
attribute MUST return the value <code>true</code>. Otherwise, it must
return the value <code>false</code>.</dd>
Expand Down Expand Up @@ -4694,6 +4694,8 @@ <h2>Changes since June 19, 2014</h2>
<li>Bug 25776: add groupID to MediaTrackConstraintSet</li>

<li>Bug 25780: Clarify step 3 of MediaStream.clone</li>

<li>Bug 25804: Change 'remote' attribute definition</li>
</ol>

<h2>Changes since May 7, 2014</h2>
Expand Down

0 comments on commit f02a0a6

Please sign in to comment.