mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
Remove echocancelation disabling
This commit is contained in:
parent
83fdd803d9
commit
9e6bf6dc7e
1 changed files with 0 additions and 1 deletions
|
|
@ -213,7 +213,6 @@ Daemon::Daemon(const char *config_path, const char *factory_config_path, const c
|
|||
mLc = linphone_core_new(&vtable, config_path, factory_config_path, this);
|
||||
linphone_core_set_user_data(mLc, this);
|
||||
linphone_core_enable_video(mLc, capture_video, display_video);
|
||||
linphone_core_enable_echo_cancellation(mLc, false);
|
||||
initCommands();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue