From 57c8efe310667a1d6efe536889a0267b017d0124 Mon Sep 17 00:00:00 2001 From: Benoit Martins Date: Fri, 24 May 2024 11:16:08 +0200 Subject: [PATCH] Disable FEC --- Linphone/Core/CoreContext.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linphone/Core/CoreContext.swift b/Linphone/Core/CoreContext.swift index 3a345aee7..81550b380 100644 --- a/Linphone/Core/CoreContext.swift +++ b/Linphone/Core/CoreContext.swift @@ -111,7 +111,7 @@ final class CoreContext: ObservableObject { self.mCore.videoDisplayEnabled = true self.mCore.videoPreviewEnabled = false - self.mCore.fecEnabled = true + self.mCore.fecEnabled = false self.mCoreSuscriptions.insert(self.mCore.publisher?.onGlobalStateChanged?.postOnMainQueue { (cbVal: (core: Core, state: GlobalState, message: String)) in if cbVal.state == GlobalState.On {