mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Disable FEC
This commit is contained in:
parent
476f1f22ef
commit
57c8efe310
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue