Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Jul 21, 2023
1 parent b48150c commit 1fb6088
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ <h2>{{RTCRtpSender}} {{RTCRtpSender/setParameters()}} modifications to existing
let <var>parameters</var> be the method's first argument and let
<var>setParameterOptions</var> be the method's second argument.
</p>
<p>Append the following step after the steps to validate the <var>parameters</var>:</p>
<p>Append the following steps after the steps to validate the <var>parameters</var>:</p>
<ul>
<li>
<p>If the [=RTCRtpTransceiver/transceiver kind=] of the associated kind is `"audio"`, set
Expand All @@ -598,13 +598,14 @@ <h2>{{RTCRtpSender}} {{RTCRtpSender/setParameters()}} modifications to existing
</ul>
<p>In the steps to configure the media stack to use <var>parameters</var>, append the following step:</p>
<ul>
<li><p>For each <var>setParameterOptions.encodeOptions</var> indexed by <var>i</var>,
<li>
<p>For each <var>setParameterOptions.encodeOptions</var> indexed by <var>i</var>,
if the <code><var>setParameterOptions.encodeOptions</var>[i].keyFrame</code> flag is set to <var>true</var>,
request that the encoder associated with <code><var>parameters</var>.encodings[i]</code> generates a key frame.</p>
</li>
</ul>
<p class="note">
setParameters to generate does not wait for a key frame to be produced by the encoder.
setParameters does not wait for a key frame to be produced by the encoder.
</p>
</section>
</section>
Expand Down

0 comments on commit 1fb6088

Please sign in to comment.