Skip to content

Commit

Permalink
Document more completely amendment 16
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Aug 30, 2024
1 parent d7f181f commit 89aa4b1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,22 @@
"id": 23
}
],
"rtcicecandidatetype-enum": [
{
"description": "Add RTCIceCandidate.relayProtocol",
"pr": 2763,
"tests": [
"webrtc/idlharness.https.window.html"
],
"testUpdates": [
"web-platform-tests/wpt#36157"
],
"difftype": "append",
"type": "addition",
"status": "candidate",
"id": 16
}
],
"usernameFragment-desc": [
{
"description": "Add RTCIceCandidate.relayProtocol",
Expand Down
4 changes: 2 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -6565,7 +6565,7 @@ <h4>
{{RTCIceTcpCandidateType/active}} ICE TCP candidates.
</p>
</section>
<section>
<section id="rtcicecandidatetype-enum">
<h4>
<dfn>RTCIceCandidateType</dfn> Enum
</h4>
Expand Down Expand Up @@ -6629,7 +6629,7 @@ <h4>
</table>
</div>
</section>
<section>
<section class="add-to-rtcicecandidatetype-enum">
<h4>
<dfn>RTCIceServerTransportProtocol</dfn> Enum
</h4>
Expand Down

0 comments on commit 89aa4b1

Please sign in to comment.