Skip to content

Commit

Permalink
disable blur in local track again
Browse files Browse the repository at this point in the history
  • Loading branch information
toger5 authored and hughns committed Dec 9, 2024
1 parent c6d4844 commit 574c895
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/room/LobbyView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
],
);

Expand Down

0 comments on commit 574c895

Please sign in to comment.