Skip to content

Commit

Permalink
avoid calling RTX, RED, FEC and Comfort Noise codecs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Apr 17, 2024
1 parent 116fe19 commit 1fde195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc.html
Expand Up @@ -11359,8 +11359,8 @@ <h2>
</li>
<li data-tests="RTCRtpTransceiver-setCodecPreferences.html">
<p>
If <var>codecs</var> only contains RTX, RED, FEC codecs
or Comfort Noise codecs or is an empty set,
If <var>codecs</var> only contains entries for RTX, RED, FEC
or Comfort Noise or is an empty set,
throw {{InvalidModificationError}}. This ensures that we
always have something to offer, regardless of
<var>transceiver</var>.{{RTCRtpTransceiver/direction}}.
Expand Down

0 comments on commit 1fde195

Please sign in to comment.