diff --git a/Linphone/Core/CoreContext.swift b/Linphone/Core/CoreContext.swift index 2f0222d12..d96d5b6e6 100644 --- a/Linphone/Core/CoreContext.swift +++ b/Linphone/Core/CoreContext.swift @@ -163,8 +163,6 @@ class CoreContext: ObservableObject { let userAgent = "LinphoneiOS/\(appGitTag) (\(UIDevice.current.localizedModel.replacingOccurrences(of: "'", with: ""))) LinphoneSDK" self.mCore.setUserAgent(name: userAgent, version: self.coreVersion) - self.mCore.videoCaptureEnabled = true - self.mCore.videoDisplayEnabled = true self.mCore.videoPreviewEnabled = false self.mCore.fecEnabled = true diff --git a/Linphone/GeneratedGit.swift b/Linphone/GeneratedGit.swift index 8ffb5a75a..714e5969b 100644 --- a/Linphone/GeneratedGit.swift +++ b/Linphone/GeneratedGit.swift @@ -2,6 +2,6 @@ import Foundation public enum AppGitInfo { public static let branch = "master" - public static let commit = "6575a4b0f" + public static let commit = "4f7e4b0c3" public static let tag = "6.1.0-alpha" }