Skip to content

Commit

Permalink
Add more complete description of amendment 49
Browse files Browse the repository at this point in the history
(previously duplicatley named 47)
  • Loading branch information
dontcallmedom committed Aug 30, 2024
1 parent 89aa4b1 commit 044a6b3
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 20 deletions.
63 changes: 46 additions & 17 deletions amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,21 +351,8 @@
],
"addtransceiver-algo": [
{
"description": "TypeError unless all or none of encodings have rids",
"pr": 2774,
"tests": [
"webrtc/RTCRtpParameters-encodings.html"
],
"testUpdates": [
"web-platform-tests/wpt#37477"
],
"type": "correction",
"status": "candidate",
"id": 18
},
{
"description": "TypeError on duplicate rids",
"pr": 2775,
"description": "TypeError unless all or none of encodings have rids and on duplicate rids",
"pr": [2774, 2775],
"tests": [
"webrtc/RTCRtpParameters-encodings.html"
],
Expand Down Expand Up @@ -414,6 +401,19 @@
"type": "correction",
"status": "candidate",
"id": 24
},
{
"description": "Add codec to RTCRtpEncodingParameters",
"type": "addition",
"status": "candidate",
"id": 49,
"pr": 2985,
"tests": [
"webrtc/RTCRtpParameters-codec.html"
],
"testUpdates": [
"web-platform-tests/wpt#47663"
]
}
],
"setparameters-algo": [
Expand Down Expand Up @@ -476,6 +476,19 @@
"type": "correction",
"status": "candidate",
"id": 32
},
{
"description": "Add codec to RTCRtpEncodingParameters",
"type": "addition",
"status": "candidate",
"id": 49,
"pr": 2985,
"tests": [
"webrtc/RTCRtpParameters-codec.html"
],
"testUpdates": [
"web-platform-tests/wpt#47663"
]
}
],
"create-sender-algo": [
Expand Down Expand Up @@ -953,11 +966,27 @@
],
"rtcrtpencodingparamters-attributes-active": [
{
"description": "Add codec to RTCRtpEncodingParameters, moved from webrtc-extensions",
"description": "Add codec to RTCRtpEncodingParameters",
"type": "addition",
"status": "candidate",
"difftype": "append",
"id": 49,
"pr": 2985,
"tests": [
"webrtc/RTCRtpParameters-codec.html"
],
"testUpdates": [
"web-platform-tests/wpt#47663"
]
}
],
"stable-signaling-1": [
{
"description": "Add codec to RTCRtpEncodingParameters",
"type": "addition",
"status": "candidate",
"difftype": "append",
"id": 47,
"id": 49,
"pr": 2985,
"tests": [
"webrtc/RTCRtpParameters-codec.html"
Expand Down
2 changes: 1 addition & 1 deletion base-rec.html
Original file line number Diff line number Diff line change
Expand Up @@ -3396,7 +3396,7 @@ <h5 id="x4-4-1-5-set-the-session-description"><bdi class="secno">4.4.1.5 </bdi>
steps:
</p>
<ol>
<li>
<li id="stable-signaling-1">
<p class="needs-test">
For any <var>transceiver</var> that was removed
from the <a data-link-type="dfn" href="#transceivers-set" class="internalDFN" id="ref-for-transceivers-set-11">set of transceivers</a> in a previous
Expand Down
4 changes: 2 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2796,7 +2796,7 @@ <h4>
steps:
</p>
<ol>
<li>
<li id="stable-signaling-1">
<p class="needs-test">
For any <var>transceiver</var> that was removed
from the [= set of transceivers =] in a previous
Expand All @@ -2811,7 +2811,7 @@ <h4>
firing on these objects in a queued task.
</p>
</li>
<li>
<li class="add-to-stable-signaling-1">
<p>For each <var>transceiver</var> in <var>connection</var>'s [= set of transceivers =]:</p>
<ol>
<li>
Expand Down

0 comments on commit 044a6b3

Please sign in to comment.