Skip to content

Commit

Permalink
Merge pull request #2941 from fippo/dont-overspecify
Browse files Browse the repository at this point in the history
remove setCodecPreferences note already covered by JSEP
  • Loading branch information
alvestrand committed Feb 22, 2024
2 parents 92bc258 + 5ede816 commit 3d6e620
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 3d6e620

Please sign in to comment.