Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2021-05-05 16:40:51 +04:00
34 changed files with 1552 additions and 468 deletions

View File

@@ -3345,6 +3345,10 @@ public final class VoiceChatController: ViewController {
}, switchCamera: { [weak self] in
self?.call.switchVideoCamera()
}, shareScreen: { [weak self] in
guard let strongSelf = self else {
return
}
self?.call.requestScreencast()
})
strongSelf.controller?.present(controller, in: .window(.root))