Skip to content

Commit

Permalink
Fix description of amendment 31
Browse files Browse the repository at this point in the history
missed from #2847
  • Loading branch information
dontcallmedom committed Apr 3, 2023
1 parent ed6a216 commit fbed206
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@
"pr": 2847,
"type": "correction",
"status": "candidate",
"difftype": "append",
"id": 31
}
]
Expand Down
2 changes: 1 addition & 1 deletion base-rec.html
Original file line number Diff line number Diff line change
Expand Up @@ -11100,7 +11100,7 @@ <h4 id="methods-8">
When <a data-link-type="idl" data-lt="setCodecPreferences()" href="#dom-rtcrtptransceiver-setcodecpreferences" class="internalDFN" id="ref-for-dom-rtcrtptransceiver-setcodecpreferences-6"><code><code>setCodecPreferences</code></code></a><code>()</code> in invoked, the <a href="#dfn-user-agent" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-user-agent-11">user
agent</a> <em class="rfc2119">MUST</em> run the following steps:
</p>
<ol>
<ol id="setcodecparameters-algorithm">
<li class="no-test-needed">
<p>
Let <var>transceiver</var> be the <a data-link-type="idl" href="#dom-rtcrtptransceiver" class="internalDFN" id="ref-for-dom-rtcrtptransceiver-66"><code><code>RTCRtpTransceiver</code></code></a>
Expand Down
7 changes: 4 additions & 3 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -11132,7 +11132,7 @@ <h2>
When {{setCodecPreferences()}} is invoked, the <a>user
agent</a> MUST run the following steps:
</p>
<ol class=algorithm>
<ol class=algorithm id="setcodecparameters-algorithm">
<li class="no-test-needed">
<p>
Let <var>transceiver</var> be the {{RTCRtpTransceiver}}
Expand Down Expand Up @@ -11205,8 +11205,8 @@ <h2>
</p>
</li>
</ol>
<p>
The <dfn class="export">codec match</dfn> algorithm given two {{RTCRtpCodec}}
<div class="append-to-setcodecparameters-algorithm">
<p> The <dfn class="export">codec match</dfn> algorithm given two {{RTCRtpCodec}}
<var>first</var> and <var>second</var> is as follows:
</p>
<ol class=algorithm>
Expand Down Expand Up @@ -11246,6 +11246,7 @@ <h2>
</p>
</li>
</ol>
</div>
<p class="note">
If set, the offerer's codec preferences will decide the order
of the codecs in the offer. If the answerer does not have any
Expand Down

0 comments on commit fbed206

Please sign in to comment.