Skip to content

Commit f03932f

Browse files
committed
Bug 1894137 - add codec to RTCRtpEncodingParameters;r=dbaker,bwc,webidl,smaug
Differential Revision: https://phabricator.services.mozilla.com/D250585
1 parent 6a267cf commit f03932f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dom/webidl/RTCRtpParameters.webidl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ enum RTCDegradationPreference {
2222

2323
dictionary RTCRtpEncodingParameters {
2424
boolean active = true;
25+
RTCRtpCodec codec;
2526
// From https://www.w3.org/TR/webrtc-priority/
2627
RTCPriorityType priority = "low";
2728
unsigned long maxBitrate;

0 commit comments

Comments
 (0)