add message to TranscriptionFrame result

This commit is contained in:
Martin Schweiger
2025-05-30 10:39:07 +08:00
parent ba312b5591
commit b5eac8dfed

View File

@@ -249,6 +249,7 @@ class AssemblyAISTTService(STTService):
"", # participant
time_now_iso8601(),
self._language,
message,
)
)
await self.stop_processing_metrics()
@@ -259,5 +260,6 @@ class AssemblyAISTTService(STTService):
"", # participant
time_now_iso8601(),
self._language,
message,
)
)