Merge commit 'd529378a744b3ba89676a02d387c3aa95e655a83'

This commit is contained in:
Ali
2020-12-15 00:11:29 +04:00
20 changed files with 3286 additions and 3114 deletions

View File

@@ -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))
}
}