mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
server: ensure transcript status model is updated + tests
This commit is contained in:
@@ -282,6 +282,7 @@ async def handle_rtc_event(event: PipelineEvent, args, data):
|
||||
|
||||
elif event == PipelineEvent.STATUS:
|
||||
resp = transcript.add_event(event=event, data=data)
|
||||
transcript.status = data.value
|
||||
|
||||
else:
|
||||
logger.warning(f"Unknown event: {event}")
|
||||
|
||||
Reference in New Issue
Block a user