diff --git a/webrtc.html b/webrtc.html index b1d9b4474..2993029c1 100644 --- a/webrtc.html +++ b/webrtc.html @@ -3092,14 +3092,10 @@

[[!RFC7065]] section 3.1.

  • -

    If parsedURL's [=url/query=] is non-null, run the following - sub-steps and if any of them fail, [=exception/throw=] a "{{SyntaxError}}" {{DOMException}} :

    -
      -
    1. Let urlParams be the result of applying application/x-www-form-urlencoded string parser to parsedURL's [=url/query=].
    2. -
    3. If urlParams’s [=list/size=] is greater than 1, then fail.
    4. -
    5. If urlParams’s [=list/size=] is 1, let (paramName, paramValue) be the two items of urlParams/var>[0].
    6. -
    7. If paramName is set and different from "transport", then fail.
    8. -
    9. If paramValue is set and different from "udp" or "tcp", then fail.
    10. +

      If parsedURL's [=url/query=] is non-null, run the following sub-steps and if any of them fail, [=exception/throw=] a "{{SyntaxError}}" {{DOMException}}: +

        +
      1. If parsedURL's [=url/scheme=] is "stun" or "stuns", then fail.
      2. +
      3. if parsedURL's [=url/query=] is different from either "transport=udp" or "transport=tcp", then fail.