mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user