Skip to content

Commit

Permalink
Merge pull request #228 from henbos/241023_InactiveScaleTo
Browse files Browse the repository at this point in the history
Don't require specifying scaleResolutionDownTo on inactive encodings
  • Loading branch information
henbos authored Oct 24, 2024
2 parents cf77b27 + 8d1f8be commit ed6ed2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ <h2>Dictionary {{RTCRtpEncodingParameters}} Members</h2>
[= exception/created =] {{InvalidModificationError}}:</p>
<ul>
<li>
<p>{{scaleResolutionDownTo}} is specified on all encodings.</p>
<p>{{scaleResolutionDownTo}} is specified on all
{{RTCRtpEncodingParameters/active}} encodings.</p>
</li>
<li>
<p>For each {{scaleResolutionDownTo}} value, both dimensions have
Expand Down

0 comments on commit ed6ed2e

Please sign in to comment.