diff --git a/base-rec.html b/base-rec.html index 84546878c..c3c2cfeeb 100644 --- a/base-rec.html +++ b/base-rec.html @@ -10102,7 +10102,6 @@
-

5.3 diff --git a/webrtc.html b/webrtc.html index 16fd4e53f..f9345556f 100644 --- a/webrtc.html +++ b/webrtc.html @@ -8867,7 +8867,7 @@

readonly attribute RTCDtlsTransport? transport; static RTCRtpCapabilities? getCapabilities(DOMString kind); Promise<undefined> setParameters(RTCRtpSendParameters parameters, - optional sequence<RTCEncodeOptions> encodeOptions = []); + optional setParameterOptions = {}); RTCRtpSendParameters getParameters(); Promise<undefined> replaceTrack(MediaStreamTrack? withTrack); undefined setStreams(MediaStream... streams); @@ -9000,7 +9000,7 @@

  1. Let parameters be the - method's first argument and let encodeOptions be second + method's first argument and let setParameterOptions be second argument which is ununsed in this specification and shall be ignored.
  2. Let sender be the @@ -10145,23 +10145,6 @@

-
-
-

- RTCEncodeOptions Dictionary -

-
-
dictionary RTCEncodeOptions {
-};
-
-
-

Dictionary {{RTCEncodeOptions}} Members

-

- RTCEncodeOptions is the WebRTC equivalent of {{VideoEncoderEncodeOptions}} in [[WebCodecs]]. - It has no members in this specification but allows for extensibility. -

-
-