Skip to content

Commit

Permalink
empty setParameterOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Jul 13, 2023
1 parent 58864fd commit 154ab53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
1 change: 0 additions & 1 deletion base-rec.html
Original file line number Diff line number Diff line change
Expand Up @@ -10102,7 +10102,6 @@ <h5 id="dictionary-rtcrtpheaderextensioncapability-members">
</section>
</div>
</section>
<div id="rtcencodeoptions"></div>
</section>
<section id="rtcrtpreceiver-interface">
<h3 id="x5-3-rtcrtpreceiver-interface"><bdi class="secno">5.3 </bdi>
Expand Down
21 changes: 2 additions & 19 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -8867,7 +8867,7 @@ <h3>
readonly attribute RTCDtlsTransport? transport;
static RTCRtpCapabilities? getCapabilities(DOMString kind);
Promise&lt;undefined&gt; setParameters(RTCRtpSendParameters parameters,
optional sequence&lt;RTCEncodeOptions&gt; encodeOptions = []);
optional setParameterOptions = {});
RTCRtpSendParameters getParameters();
Promise&lt;undefined&gt; replaceTrack(MediaStreamTrack? withTrack);
undefined setStreams(MediaStream... streams);
Expand Down Expand Up @@ -9000,7 +9000,7 @@ <h2>
</p>
<ol class=algorithm id="setparameters-algo">
<li class="no-test-needed">Let <var>parameters</var> be the
method's first argument and let <var>encodeOptions</var> be second
method's first argument and let <var>setParameterOptions</var> be second
argument which is ununsed in this specification and shall be ignored.
</li>
<li class="no-test-needed">Let <var>sender</var> be the
Expand Down Expand Up @@ -10145,23 +10145,6 @@ <h2>
</section>
</div>
</section>
<div id="rtcencodeoptions"><!-- kept for candidate amendments management purposes --></div>
<section id="rtcencodeoptions">
<h3>
<dfn>RTCEncodeOptions</dfn> Dictionary
</h3>
<div>
<pre class="idl">dictionary RTCEncodeOptions {
};</pre>
</div>
<section>
<h2>Dictionary {{RTCEncodeOptions}} Members</h2>
<p>
RTCEncodeOptions is the WebRTC equivalent of {{VideoEncoderEncodeOptions}} in [[WebCodecs]].
It has no members in this specification but allows for extensibility.
</p>
</section>
</section>
</section>
<section>
<h3>
Expand Down

0 comments on commit 154ab53

Please sign in to comment.