Skip to content

Commit

Permalink
try amendment
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Feb 1, 2024
1 parent 91e0c78 commit 1a9e64c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
],
"dom-datachannel-binarytype-desc": [
{
"description": "Fix binaryType setter requriements",
"description": "Fix binaryType setter requirements",
"pr": 2909,
"type": "correction",
"status": "candidate",
Expand All @@ -541,5 +541,20 @@
],
"id": 39
}
],
"setcodecpreferences-receive": [
{
"description": "setCodecPreferences only takes into account receive codecs",
"pr": 2926,
"type": "correction",
"status": "candidate",
"tests": [
"webrtc/RTCRtpTransceiver-setCodecPreferences.html"
],
"testUpdates": [
"web-platform-tests/wpt#44318"
],
"id": 40
}
]
}
2 changes: 1 addition & 1 deletion base-rec.html
Original file line number Diff line number Diff line change
Expand Up @@ -11033,7 +11033,7 @@ <h4 id="methods-8">
</li>
</ol>
</dd>
<dt data-tests="RTCRtpTransceiver-setCodecPreferences.html" class="has-tests">
<dt id="setcodecpreferences-receive" data-tests="RTCRtpTransceiver-setCodecPreferences.html" class="has-tests">
<dfn data-idl="operation" data-export="" data-dfn-type="method" id="dom-rtcrtptransceiver-setcodecpreferences" data-title="setCodecPreferences" data-dfn-for="RTCRtpTransceiver" data-type="undefined" data-lt="setCodecPreferences()|setCodecPreferences(codecs)" data-local-lt="RTCRtpTransceiver.setCodecPreferences|RTCRtpTransceiver.setCodecPreferences()|setCodecPreferences"><code>setCodecPreferences</code></dfn>
</dt>
<dd>
Expand Down
2 changes: 1 addition & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -11177,7 +11177,7 @@ <h2>
</li>
</ol>
</dd>
<dt data-tests="RTCRtpTransceiver-setCodecPreferences.html">
<dt id="setcodecpreferences-receive" data-tests="RTCRtpTransceiver-setCodecPreferences.html">
<dfn data-idl="">setCodecPreferences</dfn>
</dt>
<dd>
Expand Down

0 comments on commit 1a9e64c

Please sign in to comment.