feat: Add VoiceContext for managing LiveKit voice chat connections, state, and actions with Convex integration.
Some checks failed
Build and Release / build-and-release (push) Has been cancelled

This commit is contained in:
Bryan1029384756
2026-02-11 15:31:11 -06:00
parent b3c2f66074
commit 41f34a8451

View File

@@ -93,6 +93,11 @@ export const VoiceProvider = ({ children }) => {
audioPreset: { maxBitrate: 384_000 },
dtx: true,
red: true,
screenShareEncoding: {
maxBitrate: 10_000_000,
maxFramerate: 60,
},
screenShareSimulcastLayers: [],
},
});
await newRoom.connect(import.meta.env.VITE_LIVEKIT_URL, lkToken);