Skip to content

Commit

Permalink
Fix codec markup
Browse files Browse the repository at this point in the history
  • Loading branch information
aboba committed Apr 14, 2023
1 parent 133ec75 commit 63acb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h3>{{RTCPeerConnection/addTransceiver()}}</h3>
[=RTCPeerConnection/addTransceiver sendEncodings validation steps=]:
<ol>
<li>
If <var>sendEncodings</var> contains any encoding with a {{RTCRtpEncodingParameters}}.codec
If <var>sendEncodings</var> contains any encoding with a {{RTCRtpEncodingParameters}}.<code>codec</code>
value <var>codec</var> [=map/exists=] and where the same encoding's {{RTCRtpEncodingParameters/scalabilityMode}}
value is not supported by <var>codec</var>, [= exception/throw =] an {{OperationError}}.
</li>
Expand Down

0 comments on commit 63acb33

Please sign in to comment.