From e018db50ca754ffe07489c8b2b23f8bc6c138d3c Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Fri, 22 Oct 2021 18:37:03 -0400 Subject: [PATCH] Trying something new editorial-wise. --- webrtc.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/webrtc.html b/webrtc.html index a8d4761ff..ae700e7f1 100644 --- a/webrtc.html +++ b/webrtc.html @@ -2966,7 +2966,8 @@

  • If oldConfig is not null, run the - following steps:

    + following steps, and if any of them fail, [= exception/throw =] + an {{InvalidModificationError}}:

    1. @@ -2974,7 +2975,7 @@

      configuration.{{RTCConfiguration/certificates}} is different from the length of oldConfig.{{RTCConfiguration/certificates}}, - [= exception/throw =] an {{InvalidModificationError}}. + fail.

    2. @@ -2996,8 +2997,7 @@

      at index is not the same as the ECMAScript object represented by the value of oldConfig.{{RTCConfiguration/certificates}} - at index, [= exception/throw =] an - {{InvalidModificationError}}. + at index, then fail.

    3. @@ -3014,7 +3014,7 @@

      configuration.{{RTCConfiguration/bundlePolicy}} differs from oldConfig.{{RTCConfiguration/bundlePolicy}}, - [= exception/throw =] an {{InvalidModificationError}}. + then fail.

    4. @@ -3024,7 +3024,7 @@

      configuration.{{RTCConfiguration/rtcpMuxPolicy}} differs from oldConfig.{{RTCConfiguration/rtcpMuxPolicy}}, - [= exception/throw =] an {{InvalidModificationError}}. + then fail.

    5. @@ -3035,7 +3035,7 @@

      differs from oldConfig.{{RTCConfiguration/iceCandidatePoolSize}}, and {{RTCPeerConnection/setLocalDescription}} has already been - called, [= exception/throw =] an {{InvalidModificationError}}. + called, then fail.