Skip to content

Commit

Permalink
Merge pull request #2890 from jan-ivar/iceserversfix
Browse files Browse the repository at this point in the history
Move iceServers limit to setConfiguration steps.
  • Loading branch information
alvestrand authored Aug 17, 2023
2 parents ece817c + 8fb8bfa commit 3bca514
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -1277,13 +1277,6 @@ <h4>
checks are unnecessary.
</p>
</li>
<li data-tests="RTCConfiguration-iceServers.html">
<p>
If
<var>configuration</var>.{{RTCConfiguration/iceServer}} is an array
truncate it to the maximum number of supported elements.
</p>
</li>
<li>
<p>
Initialize <var>connection</var>'s [= ICE Agent =].
Expand Down Expand Up @@ -3045,10 +3038,21 @@ <h4>
</li>
</ol>
</li>
<li class="no-test-needed">
<p>
Let <var>iceServers</var> be
<var>configuration</var>.{{RTCConfiguration/iceServers}}.
</p>
</li>
<li data-tests="RTCConfiguration-iceServers.html">
<p>
Truncate <var>iceServers</var> to the maximum number of supported elements.
</p>
</li>
<li data-tests="RTCConfiguration-iceServers.html">
<p id="config-iceservers">
For each <var>server</var> in
<var>configuration</var>.{{RTCConfiguration/iceServers}},
<var>iceServers</var>,
run the following steps:
</p>
<ol>
Expand Down Expand Up @@ -3164,7 +3168,7 @@ <h4>
<p>
Set the [= ICE Agent =]'s <dfn id="ice-servers-list">ICE
servers list</dfn> to
<var>configuration</var>.{{RTCConfiguration/iceServers}}.
<var>iceServers</var>.
</p>
<p>
As defined in <span data-jsep=
Expand Down

0 comments on commit 3bca514

Please sign in to comment.