Skip to content

Commit

Permalink
Fix boolean literal references.
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-vi committed Sep 5, 2023
1 parent b89e3f3 commit cb4a936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ <h2>{{RTCRtpSender}} {{RTCRtpSender/setParameters()}} modifications to existing
<ul>
<li>
<p>For each <var>setParameterOptions.encodingOptions</var> indexed by <var>i</var>,
if <code><var>setParameterOptions.encodingOptions</var>[i].keyFrame</code> is set to <var>true</var>,
if <code><var>setParameterOptions.encodingOptions</var>[i].keyFrame</code> is set to <code>true</code>,
request that the encoder associated with <code><var>parameters</var>.encodings[i]</code> generates a key frame.</p>
</li>
</ul>
Expand Down Expand Up @@ -755,7 +755,7 @@ <h3>
<p>
Let |accepted:boolean| be the result of [= fire an event | firing an event =] named
{{RTCIceTransport/icecandidatepairnominate}} at |transport|, using {{RTCIceCandidatePairEvent}}, with the
{{Event/cancelable}} attribute initialized to <var>true</var>, and the {{RTCIceCandidatePairEvent/local}} and
{{Event/cancelable}} attribute initialized to <code>true</code>, and the {{RTCIceCandidatePairEvent/local}} and
{{RTCIceCandidatePairEvent/remote}} attributes initialized to the local and remote candidates, respectively, of
|candidatePair|.
</p>
Expand All @@ -776,7 +776,7 @@ <h3>
</li>
<li>
<p>
Otherwise, set |transport|.{{RTCIceTransport/[[CandidatePairNominated]]}} to <var>true</var> and instruct the [=
Otherwise, set |transport|.{{RTCIceTransport/[[CandidatePairNominated]]}} to <code>true</code> and instruct the [=
ICE
agent =] to {{nominate}} the candidate pair indicated by |candidatePair|.
</p>
Expand Down

0 comments on commit cb4a936

Please sign in to comment.