You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/stream_video_flutter/android/src/main/kotlin/io/getstream/video/flutter/stream_video_flutter/service/notification/StreamNotificationBuilderImpl.kt
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,7 @@ internal class StreamNotificationBuilderImpl(
136
136
137
137
setOngoing(true)
138
138
setSilent(true)
139
+
setSound(null)
139
140
setContentIntent(contentIntent)
140
141
setCategory(NotificationCompat.CATEGORY_CALL)
141
142
setDefaults(NotificationCompat.DEFAULT_ALL)
@@ -144,7 +145,7 @@ internal class StreamNotificationBuilderImpl(
0 commit comments