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