Exit meeting after saying something for samples 1 and 2

This commit is contained in:
Moishe Lettvin
2024-01-09 06:05:24 -05:00
parent 11a553240f
commit 534a4e2fa1
3 changed files with 18 additions and 0 deletions

View File

@@ -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