Skip to content

Commit

Permalink
decoding on receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Dec 1, 2022
1 parent bb96498 commit b1ac5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -783,10 +783,10 @@ <h3>
<dfn data-dfn-for=RTCRtpReceiver>{{RTCRtpReceiver/[[HardwareDisabled]]}}</dfn> initialized to <code>false</code>.
</p>
<pre class="idl">partial interface RTCRtpReceiver {
static undefined disableHardwareEncoding();
static undefined disableHardwareDecoding();
};
</pre>
<p>When the {{RTCRtpReceiver}}'s disableHardwareEncoding method is called, the user agent MUST run the following steps:</p>
<p>When the {{RTCRtpReceiver}}'s disableHardwareDecoding method is called, the user agent MUST run the following steps:</p>
<ol>
<li>
<p>When the <code>RTCPeerConnection.constructor()</code> has been invoked abort these steps.</p>
Expand Down

0 comments on commit b1ac5cd

Please sign in to comment.