diff --git a/webrtc.html b/webrtc.html index 70fc10d62..d2e3a06f2 100644 --- a/webrtc.html +++ b/webrtc.html @@ -1277,13 +1277,6 @@

checks are unnecessary.

-
  • -

    - If - configuration.{{RTCConfiguration/iceServer}} is an array - truncate it to the maximum number of supported elements. -

    -
  • Initialize connection's [= ICE Agent =]. @@ -3045,10 +3038,21 @@

  • +
  • +

    + Let iceServers be + configuration.{{RTCConfiguration/iceServers}}. +

    +
  • +
  • +

    + Truncate iceServers to the maximum number of supported elements. +

    +
  • For each server in - configuration.{{RTCConfiguration/iceServers}}, + iceServers, run the following steps:

      @@ -3164,7 +3168,7 @@

      Set the [= ICE Agent =]'s ICE servers list to - configuration.{{RTCConfiguration/iceServers}}. + iceServers.

      As defined in