add message to TranscriptionFrame result
This commit is contained in:
@@ -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,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user