mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-08 04:19:11 +00:00
disable blur in local track again
This commit is contained in:
@@ -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,
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user