Skip to content

Commit

Permalink
Slight reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
aboba committed Jun 29, 2020
1 parent 37fcec1 commit 2b0277e
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 @@ -108,6 +108,9 @@ <h2>Error handling</h2>
If the configuration is not satisfactory, the application can utilize
{{RTCRtpSender/setParameters()}} to change it.
</p>
</section>
<section id="negotiation">
<h2>Negotiation</h2>
<p>
To influence the Offer/Answer negotiation so as to make it more likely
that the desired {{RTCRtpEncodingParameters/scalabilityMode}} values can be applied,
Expand All @@ -126,9 +129,6 @@ <h2>Error handling</h2>
could be used to adjust the parameters within the envelope negotiated
in Offer/Answer.
</p>
</section>
<section id="negotiation">
<h2>Negotiation</h2>
<p>
In situations where the decoder cannot necessarily decode anything that an
encoder can send (e.g. an H.264/SVC decoder), the <code>getCapabilities</code>
Expand Down

0 comments on commit 2b0277e

Please sign in to comment.