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