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
1041
1041
1. Generate a Full Intra Request (FIR) packet as defined in section 4.3.1 of [[RFC5104]] and send it through |depacketizer|'s receiver.
1042
1042
1. [=Queue a task=] to [=resolve=] |promise| with undefined.
1043
1043
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
-
1062
1044
# Privacy and security considerations # {#privacy}
1063
1045
1064
1046
This API gives Javascript access to the content of media streams. This
You can’t perform that action at this time.
0 commit comments