Skip to content

Commit f0c779c

Browse files
authored
silenced android notifications (#621)
1 parent af73c2b commit f0c779c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/stream_video_flutter/android/src/main/kotlin/io/getstream/video/flutter/stream_video_flutter/service/notification/StreamNotificationBuilderImpl.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ internal class StreamNotificationBuilderImpl(
135135
}
136136

137137
setOngoing(true)
138+
setSilent(true)
138139
setContentIntent(contentIntent)
139140
setCategory(NotificationCompat.CATEGORY_CALL)
140141
setDefaults(NotificationCompat.DEFAULT_ALL)

0 commit comments

Comments
 (0)