Add user_id to TranscriptionFrame and InterimTranscriptionFrame pushed by STTServices

This commit is contained in:
Mark Backman
2025-07-01 10:29:20 -07:00
parent cc637f4dea
commit f6112713e8
13 changed files with 75 additions and 20 deletions

View File

@@ -278,7 +278,7 @@ class DeepgramSTTService(STTService):
await self.push_frame(
TranscriptionFrame(
transcript,
"",
self._user_id,
time_now_iso8601(),
language,
result=result,
@@ -291,7 +291,7 @@ class DeepgramSTTService(STTService):
await self.push_frame(
InterimTranscriptionFrame(
transcript,
"",
self._user_id,
time_now_iso8601(),
language,
result=result,