Skip to content

Commit 1bf37d2

Browse files
authored
s/rid/RID/ in one place
1 parent 60b6c4a commit 1bf37d2

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
@@ -1007,7 +1007,7 @@ The <dfn abstract-op>generate key frame algorithm</dfn>, given |promise|, |encod
10071007
1. Let |layers| be a new [=list=] of the layers for this |encoder|, ordered by negotiated encoding index.
10081008
1. Remove from |layers| all layers that are not {{RTCRtpEncodingParameters/active}}, or whose
10091009
corresponding {{RTCRtpSender}} track has ended.
1010-
1. If |rid| is not undefined, remove from |layers| all layers whose rid is not |rid|.
1010+
1. If |rid| is not undefined, remove from |layers| all layers whose RID is not |rid|.
10111011

10121012
Note: If no |rid| is passed in, keyframes are generated for all active layers.
10131013

0 commit comments

Comments
 (0)