disable blur in local track again

This commit is contained in:
Timo
2024-12-02 17:51:31 +01:00
committed by Hugh Nimmo-Smith
parent c6d48446f4
commit 574c89529a

View File

@@ -136,14 +136,13 @@ export const LobbyView: FC<Props> = ({
video: muteStates.video.enabled && {
deviceId: devices.videoInput.selectedId,
// It should be possible to set a processor here:
processor: blur,
// processor: blur,
},
}),
[
initialAudioOptions,
muteStates.video.enabled,
devices.videoInput.selectedId,
blur,
],
);