mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Call improvements
This commit is contained in:
parent
65a0b41071
commit
4b90fffb69
13 changed files with 185 additions and 48 deletions
|
|
@ -35,7 +35,8 @@ public final class ViewController: UIViewController {
|
|||
isRemoteAudioMuted: false,
|
||||
localVideo: nil,
|
||||
remoteVideo: nil,
|
||||
isRemoteBatteryLow: false
|
||||
isRemoteBatteryLow: false,
|
||||
enableVideoSharpening: false
|
||||
)
|
||||
|
||||
private var currentLayout: (size: CGSize, insets: UIEdgeInsets)?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue