Skip to content

Commit

Permalink
Add 'execute the following steps'
Browse files Browse the repository at this point in the history
  • Loading branch information
alvestrand committed Feb 15, 2024
1 parent 9499ffa commit acfa8ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2246,7 +2246,7 @@ <h4>
</li>
<li>
<p>
For each of the codecs that <var>description</var> negotiates for receiving:
For each of the codecs that <var>description</var> negotiates for receiving, execute the following steps:
<ol>
<li>Locate the matching codec description in <var>transceiver</var>.{{RTCRtpTransceiver/[[Receiver]]}}.{{RTCRtpReceiver/[[ReceiveCodecs]]}}.</li>
<li>If the matching codec description is not found, abort these steps.</li>
Expand Down Expand Up @@ -2577,7 +2577,7 @@ <h4>
</li>
<li>
<p>
For each of the codecs that <var>description</var> negotiates for receiving:
For each of the codecs that <var>description</var> negotiates for receiving, execute the following steps:
<ol>
<li>Locate the matching codec description in <var>transceiver</var>.{{RTCRtpTransceiver/[[Receiver]]}}.{{RTCRtpReceiver/[[ReceiveCodecs]]}}.</li>
<li>If the matching codec description is not found, abort these steps.</li>
Expand All @@ -2595,7 +2595,7 @@ <h4>
<ol>
<li>
<p>
For each of the codecs that <var>description</var> negotiates for sending:
For each of the codecs that <var>description</var> negotiates for sending, execute the following steps:
<ol>
<li>Locate the matching codec description in <var>transceiver</var>.{{RTCRtpTransceiver/[[Sender]]}}.{{RTCRtpSender/[[SendCodecs]]}}.</li>
<li>If the matching codec description is not found, abort these steps.</li>
Expand Down

0 comments on commit acfa8ad

Please sign in to comment.