fix: stabilize livekit gemini voice playback

This commit is contained in:
Yahya Alhinai
2026-06-28 05:59:21 +00:00
parent 721fe2b8d9
commit 562bc1979a
2 changed files with 57 additions and 18 deletions
+4 -1
View File
@@ -524,7 +524,10 @@ export function PodView({
</Card>
</aside>
</main>
<div ref={audioRef} className="hidden" />
<div
ref={audioRef}
className="pointer-events-none fixed size-px overflow-hidden opacity-0"
/>
</div>
</SidebarInset>
<ActivitySidebar