Various Improvements

This commit is contained in:
Ilya Laktyushin
2021-03-21 17:27:32 +05:00
parent 20570dc5f1
commit 5f4c70a4c4
36 changed files with 5175 additions and 4948 deletions

View File

@@ -1920,7 +1920,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
}
for participant in membersValue.participants {
if participant.peer.id == self.joinAsPeerId {
if participant.raiseHandRating != nil {
if participant.hasRaiseHand {
return
}
break
@@ -1936,7 +1936,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
}
for participant in membersValue.participants {
if participant.peer.id == self.joinAsPeerId {
if participant.raiseHandRating == nil {
if !participant.hasRaiseHand {
return
}
break