We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdadf93 commit 0099e2cCopy full SHA for 0099e2c
Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Moderation/ModerationBlurViewModifier.swift
@@ -13,7 +13,7 @@ struct ModerationBlurViewModifier: ViewModifier {
13
var participant: CallParticipant
14
var blurRadius: Float
15
16
- @State var isBlurred: Bool = true
+ @State var isBlurred: Bool = false
17
18
func body(content: Content) -> some View {
19
Group {
0 commit comments