diff --git a/webrtc.html b/webrtc.html index cb723d36a..7f32c32b5 100644 --- a/webrtc.html +++ b/webrtc.html @@ -3092,11 +3092,7 @@

[[!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. 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.
    4. -
    +

    If parsedURL's [=url/query=] is non-null and if parsedURL's [=url/query=] is different from either "transport=udp" or "transport=tcp", [=exception/throw=] a "{{SyntaxError}}" {{DOMException}}.