From c69ca4c9718d7cbf34a9c63e935c5f798faff50f Mon Sep 17 00:00:00 2001 From: Benoit Martins Date: Thu, 30 May 2024 14:33:03 +0200 Subject: [PATCH] Enable 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 f3581d75f..58387edf7 100644 --- a/Linphone/Core/CoreContext.swift +++ b/Linphone/Core/CoreContext.swift @@ -113,7 +113,7 @@ final class CoreContext: ObservableObject { self.mCore.videoDisplayEnabled = true self.mCore.videoPreviewEnabled = false - self.mCore.fecEnabled = false + self.mCore.fecEnabled = true self.mCoreSuscriptions.insert(self.mCore.publisher?.onGlobalStateChanged?.postOnMainQueue { (cbVal: (core: Core, state: GlobalState, message: String)) in if cbVal.state == GlobalState.On {