File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -1041,24 +1041,6 @@ The <dfn abstract-op>send request key frame algorithm</dfn>, given |promise| and
10411041 1. Generate a Full Intra Request (FIR) packet as defined in section 4.3.1 of [[RFC5104]] and send it through |depacketizer|'s receiver.
10421042 1. [=Queue a task=] to [=resolve=] |promise| with undefined.
10431043
1044- # RTCRtpSender extension # {#rtcrtpsender-extension}
1045-
1046- An additional API on {{RTCRtpSender}} is added to complement the generation of key frame added to {{RTCRtpScriptTransformer}} .
1047-
1048- <pre class="idl">
1049- partial interface RTCRtpSender {
1050- Promise<undefined> generateKeyFrame(optional sequence <DOMString> rids);
1051- };
1052- </pre>
1053-
1054- ## Extension operation ## {#sender-operation}
1055-
1056- The <dfn method for="RTCRtpSender">generateKeyFrame(|rids|)</dfn> method steps are:
1057-
1058- 1. Let |promise| be a new promise.
1059- 1. [=In parallel=] , run the [$generate key frame algorithm$] with |promise|, |this|'s encoder and |rids|.
1060- 1. Return |promise|.
1061-
10621044# Privacy and security considerations # {#privacy}
10631045
10641046This API gives Javascript access to the content of media streams. This
You can’t perform that action at this time.
0 commit comments