From aed6876065b9a0c86b3bf41cd21dbabdac474eec Mon Sep 17 00:00:00 2001 From: Benoit Martins Date: Fri, 9 Jan 2026 16:47:56 +0100 Subject: [PATCH] Remove videoCaptureEnabled and videoDisplayEnabled from CoreContext init --- Linphone/Core/CoreContext.swift | 2 -- Linphone/GeneratedGit.swift | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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" }