mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update web-platform-tests to revision 74d709131e3c91d09f1708378648a01957c47b38
This commit is contained in:
parent
e4657c1496
commit
81f079c722
77 changed files with 2043 additions and 524 deletions
|
@ -297,6 +297,7 @@ dictionary RTCRtpSendParameters : RTCRtpParameters {
|
|||
required DOMString transactionId;
|
||||
required sequence<RTCRtpEncodingParameters> encodings;
|
||||
RTCDegradationPreference degradationPreference = "balanced";
|
||||
RTCPriorityType priority = "low";
|
||||
};
|
||||
|
||||
dictionary RTCRtpReceiveParameters : RTCRtpParameters {
|
||||
|
@ -314,7 +315,6 @@ dictionary RTCRtpEncodingParameters : RTCRtpCodingParameters {
|
|||
octet codecPayloadType;
|
||||
RTCDtxStatus dtx;
|
||||
boolean active = true;
|
||||
RTCPriorityType priority = "low";
|
||||
unsigned long ptime;
|
||||
unsigned long maxBitrate;
|
||||
double maxFramerate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue