Skip to content

Commit

Permalink
throw more idl at it
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Jul 13, 2023
1 parent 154ab53 commit 327f978
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,9 +512,9 @@
"id": 35
}
],
"rtcencodeoptions": [
"setparameter-options": [
{
"description": "Add setParameterOptions as second argument to setParameters for extensibility",
"description": "Add empty setParameterOptions as second argument to setParameters for extensibility",
"pr": 2885,
"type": "addition",
"status": "candidate",
Expand Down
1 change: 1 addition & 0 deletions base-rec.html
Original file line number Diff line number Diff line change
Expand Up @@ -10102,6 +10102,7 @@ <h5 id="dictionary-rtcrtpheaderextensioncapability-members">
</section>
</div>
</section>
<div id="setparameter-options"></div>
</section>
<section id="rtcrtpreceiver-interface">
<h3 id="x5-3-rtcrtpreceiver-interface"><bdi class="secno">5.3 </bdi>
Expand Down
18 changes: 17 additions & 1 deletion 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 setParameterOptions = {});
optional RTCSetParameterOptions setParameterOptions = {});
RTCRtpSendParameters getParameters();
Promise&lt;undefined&gt; replaceTrack(MediaStreamTrack? withTrack);
undefined setStreams(MediaStream... streams);
Expand Down Expand Up @@ -10145,6 +10145,22 @@ <h2>
</section>
</div>
</section>
<div id="setparameter-options"><!-- kept for candidate amendments management purposes --></div>
<section id="setparameter-options">
<h3>
<dfn>RTCSetParameterOptions</dfn> Dictionary
</h3>
<div>
<pre class="idl">dictionary RTCSetParameterOptions {
};</pre>
</div>
<section>
<h2>Dictionary {{RTCSetParameterOptions}} Members</h2>
<p>
RTCSetParameterOptions is defined as an empty dictionary to allow for extensibility.
</p>
</section>
</section>
</section>
<section>
<h3>
Expand Down

0 comments on commit 327f978

Please sign in to comment.