@@ -8,7 +8,6 @@ dictionary RTCConfiguration {
8
8
RTCIceTransportPolicy iceTransportPolicy;
9
9
RTCBundlePolicy bundlePolicy;
10
10
RTCRtcpMuxPolicy rtcpMuxPolicy;
11
- DOMString peerIdentity;
12
11
sequence certificates;
13
12
[EnforceRange] octet iceCandidatePoolSize = 0;
14
13
};
@@ -296,11 +295,9 @@ dictionary RTCRtpParameters {
296
295
dictionary RTCRtpSendParameters : RTCRtpParameters {
297
296
required DOMString transactionId;
298
297
required sequence encodings;
299
- RTCDegradationPreference degradationPreference = "balanced";
300
298
};
301
299
302
300
dictionary RTCRtpReceiveParameters : RTCRtpParameters {
303
- required sequence encodings;
304
301
};
305
302
306
303
dictionary RTCRtpCodingParameters {
@@ -315,12 +312,6 @@ dictionary RTCRtpEncodingParameters : RTCRtpCodingParameters {
315
312
double scaleResolutionDownBy;
316
313
};
317
314
318
- enum RTCDegradationPreference {
319
- "maintain-framerate",
320
- "maintain-resolution",
321
- "balanced"
322
- };
323
-
324
315
dictionary RTCRtcpParameters {
325
316
DOMString cname;
326
317
boolean reducedSize;
@@ -615,14 +606,6 @@ enum RTCErrorDetailType {
615
606
"data-channel-failure",
616
607
"dtls-failure",
617
608
"fingerprint-failure",
618
- "idp-bad-script-failure",
619
- "idp-execution-failure",
620
- "idp-load-failure",
621
- "idp-need-login",
622
- "idp-timeout",
623
- "idp-tls-failure",
624
- "idp-token-expired",
625
- "idp-token-invalid",
626
609
"sctp-failure",
627
610
"sdp-syntax-error",
628
611
"hardware-encoder-not-available",
0 commit comments