Skip to content

Commit 1a4707d

Browse files
committed
init
1 parent a6ac582 commit 1a4707d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/livekit-rtc/src/video_stream.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export class VideoStream implements AsyncIterableIterator<VideoFrameEvent> {
7878
rotation: value.rotation!,
7979
},
8080
});
81+
this.queueResolve = null;
8182
} else {
8283
this.eventQueue.push({
8384
frame: value.frame,

0 commit comments

Comments
 (0)