Skip to content

Commit

Permalink
Have setCodecPreferences take sequence<RTCRtpCodec>
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Apr 17, 2024
1 parent 9a4d778 commit 0f9e58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -10872,7 +10872,7 @@ <h3>
attribute RTCRtpTransceiverDirection direction;
readonly attribute RTCRtpTransceiverDirection? currentDirection;
undefined stop();
undefined setCodecPreferences(sequence&lt;RTCRtpCodecCapability&gt; codecs);
undefined setCodecPreferences(sequence&lt;RTCRtpCodec&gt; codecs);
};</pre>
<section>
<h2>
Expand Down

0 comments on commit 0f9e58b

Please sign in to comment.