Video Chats Improvements

This commit is contained in:
Ilya Laktyushin
2021-04-23 17:41:57 +04:00
parent 69aaf87071
commit a0d4efc496
11 changed files with 2467 additions and 2266 deletions

View File

@@ -263,6 +263,9 @@ public final class CallListController: TelegramBaseController {
}
}
})
self.controllerNode.startNewCall = { [weak self] in
self?.beginCallImpl()
}
self._ready.set(self.controllerNode.ready)
self.displayNodeDidLoad()
}