Skip to content

Commit 3cd9f83

Browse files
youennfjan-ivar
andauthored
Clarify that synchronous rejection happens for audio receivers (#247)
* Clarify that synchronous rejection happens for audio receivers * Update index.bs Co-authored-by: Jan-Ivar Bruaroey <[email protected]> --------- Co-authored-by: Jan-Ivar Bruaroey <[email protected]>
1 parent c45d125 commit 3cd9f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ If the promise is associated to several rid values, it will be resolved when the
10701070

10711071
The <dfn abstract-op>send request key frame algorithm</dfn>, given |promise| and |depacketizer|, is defined by running these steps:
10721072
1. If |depacketizer| is undefined, reject |promise| with {{InvalidStateError}}, abort these steps.
1073-
1. If |depacketizer| is not processing video packets, reject |promise| with {{InvalidStateError}}, abort these steps.
1073+
1. If |depacketizer| does not belong to a video {{RTCRtpReceiver}}, reject |promise| with {{InvalidStateError}}, abort these steps.
10741074
1. [=In parallel=], run the following steps:
10751075
1. If sending a Full Intra Request (FIR) by |depacketizer|'s receiver is not deemed appropriate, [=resolve=] |promise| with undefined and abort these steps.
10761076
Section 4.3.1 of [[RFC5104]] provides guidelines of how and when it is appropriate to sending a Full Intra Request.

0 commit comments

Comments
 (0)