fix: push BotStartedSpeakingFrame in HeyGenVideoService

This commit is contained in:
Mark Backman
2025-09-14 08:12:44 -04:00
parent d8cd28bb8b
commit c873798ce5
2 changed files with 8 additions and 0 deletions

View File

@@ -240,6 +240,7 @@ class HeyGenVideoService(AIService):
# As soon as we receive actual audio, the base output transport will create a
# BotStartedSpeakingFrame, which we can use as a signal for the TTFB metrics.
await self.stop_ttfb_metrics()
await self.push_frame(frame, direction)
else:
await self.push_frame(frame, direction)