Exit meeting after saying something for samples 1 and 2
This commit is contained in:
@@ -261,6 +261,7 @@ class DailyTransportService(EventHandler):
|
||||
for frame in frames:
|
||||
if frame.frame_type == FrameType.END_STREAM:
|
||||
self.logger.info("Stopping frame consumer thread")
|
||||
self.output_queue.task_done()
|
||||
return
|
||||
|
||||
# if interrupted, we just pull frames off the queue and discard them
|
||||
|
||||
Reference in New Issue
Block a user