Skip to content

Commit

Permalink
Merge pull request #944 from w3c/issue-943-patch
Browse files Browse the repository at this point in the history
Effect of setting sender.track to null
  • Loading branch information
alvestrand committed Dec 1, 2016
2 parents 05d45c7 + 8519393 commit 1e0780c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webrtc.html
Expand Up @@ -5036,7 +5036,8 @@ <h2>Attributes</h2>
<code>track</code> is ended, or if
<code>track</code>.<var>muted</var> is set to <code>true</code>,
the <code>RTCRtpSender</code> sends silence (audio) or a black
frame (video).</p>
frame (video). If <code>track</code> is set to null then
the <code>RTCRtpSender</code> does not send.</p>
</dd>
<dt><dfn><code>transport</code></dfn> of type <span class=
"idlAttrType"><a>RTCDtlsTransport</a></span>, readonly,
Expand Down

0 comments on commit 1e0780c

Please sign in to comment.