Always pass mute state

This commit is contained in:
Ali 2022-05-03 21:34:24 +04:00
parent 21044494c1
commit 2a5e668a1f

View File

@ -1886,6 +1886,9 @@ public final class GroupCallParticipantsContext {
if let muteState = muteState, (!muteState.canUnmute || peerId == myPeerId || muteState.mutedByYou) {
flags |= 1 << 0
muted = .boolTrue
} else if peerId == myPeerId {
flags |= 1 << 0
muted = .boolFalse
}
let raiseHandApi: Api.Bool?
if let raiseHand = raiseHand {