diff --git a/webrtc.html b/webrtc.html index b1d9b4474..2993029c1 100644 --- a/webrtc.html +++ b/webrtc.html @@ -3092,14 +3092,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}} :
-application/x-www-form-urlencoded
string parser to parsedURL's [=url/query=].(paramName, paramValue)
be the two items of urlParams/var>[0]
."transport"
, then fail."udp"
or "tcp"
, then fail.If parsedURL's [=url/query=] is non-null, run the following sub-steps and if any of them fail, [=exception/throw=] a "{{SyntaxError}}" {{DOMException}}: +
"stun"
or "stuns"
, then fail."transport=udp"
or "transport=tcp"
, then fail.