You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -418,7 +418,7 @@ The <dfn>generate key frame algorithm</dfn>, given |promise|, |encoder| and |rid
418
418
1. Wait until a new video frame is provided to each |videoEncoder| in |videoEncoders|.
419
419
1. [=Resolve=] |promise| with undefined.
420
420
421
-
The <dfn>request key frame algorithm</dfn>, given |promise| and |depacketizer|, is defined by running these steps:
421
+
The <dfn>send request key frame algorithm</dfn>, given |promise| and |depacketizer|, is defined by running these steps:
422
422
1. If |depacketizer| is undefined, reject |promise| with {{InvalidStateError}}, abort these steps.
423
423
1. If sending a Full Intra Request (FIR) by |depacketizer|'s receiver is not deemed appropriate, [=resolve=] |promise| with undefined and abort these steps.
424
424
Section 4.3.1 of [[RFC5104]] provides guidelines of how and when it is appropriate to sending a Full Intra Request.
0 commit comments