Skip to content

Commit

Permalink
Change 'given' to 'with' at call sites
Browse files Browse the repository at this point in the history
  • Loading branch information
henbos committed Dec 5, 2019
1 parent fb663e0 commit 9ff6d14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@ <h4>Set the RTCSessionDescription</h4>
to <var>transceiver</var>.<a>[[\Receiver]]</a>.<a>[[\LastStableStateReceiverTransport]]</a>.</p>
</li>
<li>
<p><a>Set the associated remote streams</a> given
<p><a>Set the associated remote streams</a> with
<var>transceiver</var>.<a>[[\Receiver]]</a>,
<var>transceiver</var>.<a>[[\Receiver]]</a>.<a>[[\LastStableStateAssociatedRemoteMediaStreams]]</a>,
<var>addList</var>, and <var>removeList</var>.</p>
Expand All @@ -1852,7 +1852,7 @@ <h4>Set the RTCSessionDescription</h4>
<li>
<p>If the <var>transceiver</var>'s <a>[[\FiredDirection]]</a>
is either <code>"sendrecv"</code> or <code>"recvonly"</code>,
<a>process the removal of a remote track</a> given
<a>process the removal of a remote track</a> with
<var>transceiver</var> and <var>muteTracks</var> and set
<a>[[\FiredDirection]]</a> to <code>"inactive"</code>.</p>
</li>
Expand All @@ -1877,7 +1877,7 @@ <h4>Set the RTCSessionDescription</h4>
either <code>"sendrecv"</code> or <code>"recvonly"</code>,
or the "set the associated remote streams" step above increased
the length of <var>addList</var>,
<a>process the addition of a remote track</a> given
<a>process the addition of a remote track</a> with
<var>transceiver</var> and <var>trackEventInits</var> and
set the <var>transceiver</var>'s <a>[[\Receptive]]</a> slot
to <code>true</code>.</p>
Expand All @@ -1888,7 +1888,7 @@ <h4>Set the RTCSessionDescription</h4>
and <var>transceiver</var>'s <a>[[\CurrentDirection]]</a> is
either <code>"sendonly"</code>, <code>"inactive"</code> or
<code>null</code>, <a>process the removal of a remote track</a>
given <var>transceiver</var> and <var>muteTracks</var> and
with <var>transceiver</var> and <var>muteTracks</var> and
set the <var>transceiver</var>'s <a>[[\Receptive]]</a> slot
to <code>false</code>.</p>
</li>
Expand Down

0 comments on commit 9ff6d14

Please sign in to comment.