mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Merge commit 'd529378a744b3ba89676a02d387c3aa95e655a83'
This commit is contained in:
@@ -278,7 +278,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
|
||||
|
||||
var audioLevels: [(PeerId, Float, Bool)] = []
|
||||
for (peerId, level, hasVoice) in levels {
|
||||
if level > 0.1 {
|
||||
if level > 0.001 {
|
||||
audioLevels.append((peerId, level, hasVoice))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user