This commit is contained in:
Ali
2021-03-02 22:32:42 +04:00
52 changed files with 15829 additions and 669 deletions

View File

@@ -374,7 +374,7 @@ final class CallListControllerNode: ASDisplayNode {
}
if let activeCall = activeCall {
strongSelf.context.joinGroupCall(peerId: peerId, activeCall: activeCall)
strongSelf.context.joinGroupCall(peerId: peerId, joinAsPeerId: nil, activeCall: activeCall)
}
}))
})