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 {