We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ac582 commit 1a4707dCopy full SHA for 1a4707d
packages/livekit-rtc/src/video_stream.ts
@@ -78,6 +78,7 @@ export class VideoStream implements AsyncIterableIterator<VideoFrameEvent> {
78
rotation: value.rotation!,
79
},
80
});
81
+ this.queueResolve = null;
82
} else {
83
this.eventQueue.push({
84
frame: value.frame,
0 commit comments