Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Use the url spec to parse ice server urls",
"pr": [2853, 2996, 2998],
"type": "correction",
"difftype": "modify",
"tests": [
"webrtc/RTCConfiguration-iceServers.html"
],
Expand All @@ -12,6 +13,18 @@
],
"status": "candidate",
"id": 33
},
{
"description": "Validate TURN username and credentials",
"type": "correction",
"status": "candidate",
"difftype": "modify",
"id": 59,
"pr": 3050,
"tests": [
"webrtc/RTCConfiguration-iceServers.html"
],
"testUpdates": "already-tested"
}
],
"apply-prohibited-gathering-1": [
Expand Down
6 changes: 4 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3154,8 +3154,10 @@ <h4>
If <var>parsedURL</var>'s' [=url/scheme=] is <code>"turn"</code> or
<code>"turns"</code>, and either of
<var>server</var>.{{RTCIceServer/username}} or
<var>server</var>.{{RTCIceServer/credential}} do
[=map/exist|not exist=], then [= exception/throw =] an
<var>server</var>.{{RTCIceServer/credential}} are
[=map/exist|missing=] or their UTF-8 representations
fail to conform to [[RFC8489]] section 14.3 and [[RFC8265]]
section 4.1 respectively, then [= exception/throw =] an
{{InvalidAccessError}}.
</p>
</li>
Expand Down
Loading