feat(webrtc): render remote audio tracks and allow camera access

This commit is contained in:
2026-07-06 12:25:40 +00:00
parent f9b1e16e3a
commit 074742ddb4
12 changed files with 173 additions and 45 deletions
+2
View File
@@ -2,6 +2,7 @@ import { useVoiceStore } from '../stores/voice.ts';
import { useAuthStore } from '../stores/auth.ts';
import { VoiceControls } from './VoiceControls.tsx';
import { VideoGrid } from './VideoGrid.tsx';
import { AudioRenderers } from './AudioRenderers.tsx';
export function VoicePanel() {
const isConnected = useVoiceStore((state) => state.isConnected);
@@ -122,6 +123,7 @@ export function VoicePanel() {
{/* Video grid */}
<VideoGrid />
<AudioRenderers />
{/* Controls */}
<div className="px-3 py-1.5">