diff --git a/Frontend/Electron/src/contexts/VoiceContext.jsx b/Frontend/Electron/src/contexts/VoiceContext.jsx index acb01e2..09c7baa 100644 --- a/Frontend/Electron/src/contexts/VoiceContext.jsx +++ b/Frontend/Electron/src/contexts/VoiceContext.jsx @@ -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);