We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a267cf commit f03932fCopy full SHA for f03932f
dom/webidl/RTCRtpParameters.webidl
@@ -22,6 +22,7 @@ enum RTCDegradationPreference {
22
23
dictionary RTCRtpEncodingParameters {
24
boolean active = true;
25
+ RTCRtpCodec codec;
26
// From https://www.w3.org/TR/webrtc-priority/
27
RTCPriorityType priority = "low";
28
unsigned long maxBitrate;
0 commit comments