disable blur in local track again
This commit is contained in:
@@ -136,14 +136,13 @@ export const LobbyView: FC<Props> = ({
|
|||||||
video: muteStates.video.enabled && {
|
video: muteStates.video.enabled && {
|
||||||
deviceId: devices.videoInput.selectedId,
|
deviceId: devices.videoInput.selectedId,
|
||||||
// It should be possible to set a processor here:
|
// It should be possible to set a processor here:
|
||||||
processor: blur,
|
// processor: blur,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
[
|
[
|
||||||
initialAudioOptions,
|
initialAudioOptions,
|
||||||
muteStates.video.enabled,
|
muteStates.video.enabled,
|
||||||
devices.videoInput.selectedId,
|
devices.videoInput.selectedId,
|
||||||
blur,
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user