Skip to content

Commit

Permalink
Making SRD only able to set [[Receptive]] to false (not true).
Browse files Browse the repository at this point in the history
  • Loading branch information
stefhak committed Mar 8, 2018
1 parent e027854 commit f48a29f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -1718,12 +1718,6 @@ <h4>Set the RTCSessionDescription</h4>
</li>
<li>
<p>If <var>direction</var> is <code>"sendrecv"</code> or
<code>"recvonly"</code>,
set <var>transceiver</var>'s <a>[[\Receptive]]</a> slot
to <code>true</code>, otherwise set it to <code>false</code>.</p>
</li>
<li>
<p>If <var>direction</var> is <code>"sendrecv"</code> or
<code>"recvonly"</code>, and
<var>transceiver</var>'s
<a>[[\CurrentDirection]]</a> slot
Expand All @@ -1732,6 +1726,12 @@ <h4>Set the RTCSessionDescription</h4>
the <a>media description</a>, given <var>transceiver</var>,
<var>addList</var>, and <var>trackEvents</var>.</p>
</li>
<li>
<p>If <var>direction</var> is <code>"sendonly"</code> or
<code>"inactive"</code>,
set <var>transceiver</var>'s <a>[[\Receptive]]</a> slot
to <code>false</code>.</p>
</li>
<li>
<p>If <var>direction</var> is
<code>"sendonly"</code> or <code>"inactive"</code>, and
Expand Down

0 comments on commit f48a29f

Please sign in to comment.