Skip to content

Commit

Permalink
Allow level-id to be different in codec match
Browse files Browse the repository at this point in the history
  • Loading branch information
henbos committed Nov 21, 2024
1 parent 5b23fab commit c757b5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -11472,7 +11472,9 @@ <h2>
and <var>second</var>.{{RTCRtpCodec/sdpFmtpLine}} are [= map/exist | missing =],
or if they both [=map/exist=] and <var>first</var>.{{RTCRtpCodec/sdpFmtpLine}}
is different from <var>second</var>.{{RTCRtpCodec/sdpFmtpLine}}, return
<code>false</code>.
<code>false</code>. In this step, the user agent MUST consider two FMTP lines
identical if the "media format" is the same but the highest complying bitstream
levels differ.
</p>
</li>
<li>
Expand Down

0 comments on commit c757b5f

Please sign in to comment.