Skip to content

Commit

Permalink
remove setCodecPreferences note already covered by JSEP
Browse files Browse the repository at this point in the history
fixes #2933
  • Loading branch information
fippo committed Feb 20, 2024
1 parent 92bc258 commit 5ede816
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -11224,17 +11224,6 @@ <h2>
where <var>kind</var> is the kind of the
{{RTCRtpTransceiver}} on which the method is called.
</p>
<p class="note">
Due to a recommendation in [[!SDP]], calls to
{{RTCPeerConnection/createAnswer}} SHOULD use only the common
subset of the codec preferences and the codecs that appear in
the offer. For example, if codec preferences are "C, B, A",
but only codecs "A, B" were offered, the answer should only
contain codecs "B, A". However, <span data-jsep=
"initial-answers">[[!RFC8829]]</span> allows adding codecs that
were not in the offer, so implementations can behave
differently.
</p>
<p>
When {{setCodecPreferences()}} is invoked, the <a>user
agent</a> MUST run the following steps:
Expand Down

0 comments on commit 5ede816

Please sign in to comment.