Skip to content

Commit 77ebb6e

Browse files
committed
Remove sender.generateKeyFrame()
1 parent 9cf200f commit 77ebb6e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

index.bs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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&lt;undefined&gt; generateKeyFrame(optional sequence &lt;DOMString&gt; 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

10621044
This API gives Javascript access to the content of media streams. This

0 commit comments

Comments
 (0)