Call improvements

This commit is contained in:
Isaac 2025-05-05 18:04:32 +02:00
parent 65a0b41071
commit 4b90fffb69
13 changed files with 185 additions and 48 deletions

View file

@ -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)?