Skip to content

Commit

Permalink
Use numeric ids everywhere in amendments
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Mar 25, 2024
1 parent 252ff88 commit f00dc97
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions amendments.json
Expand Up @@ -13,15 +13,15 @@
],
"type": "correction",
"status": "candidate",
"id": "1"
"id": 1
},
{
"description": "Allow an implementation-defined limited to the number of configured ICE Servers",
"pr": 2679,
"type": "correction",
"status": "candidate",
"testUpdates": "not-testable",
"id": "2"
"id": 2
}
],
"set-the-configuration": [
Expand All @@ -38,7 +38,7 @@
],
"type": "correction",
"status": "candidate",
"id": "1"
"id": 1
},
{
"description": "Validate ICE transport settings upfront when setting a configuration",
Expand Down Expand Up @@ -71,7 +71,7 @@
"testUpdates": "already-tested",
"type": "correction",
"status": "candidate",
"id": "3"
"id": 3
}
],
"rtcpeerconnectionstate-description": [
Expand All @@ -84,7 +84,7 @@
"testUpdates": "already-tested",
"type": "correction",
"status": "candidate",
"id": "3"
"id": 3
},
{
"description": "Ensure the <code>connecting</code> state happens whenever a ICE or DTLS transport is new ",
Expand All @@ -97,7 +97,7 @@
],
"type": "correction",
"status": "candidate",
"id": "4"
"id": 4
}
],
"rtciceconnectionstate-description": [
Expand All @@ -110,7 +110,7 @@
"testUpdates": "already-tested",
"type": "correction",
"status": "candidate",
"id": "3"
"id": 3
}
],
"apply-description-restrictions": [
Expand All @@ -126,7 +126,7 @@
],
"type": "correction",
"status": "candidate",
"id": "5"
"id": 5
}
],
"rtccertificateexpiration-dictionary": [
Expand Down

0 comments on commit f00dc97

Please sign in to comment.