mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-02 20:09:26 +00:00
Update echo tester
This commit is contained in:
parent
7c5fa67f43
commit
66a75d66ef
1 changed files with 2 additions and 0 deletions
|
|
@ -660,6 +660,8 @@ public class SettingsFragment extends PreferencesListFragment {
|
|||
|
||||
public void startEchoCancellerCalibration() {
|
||||
try {
|
||||
if (LinphoneManager.getInstance().getEchoTesterStatus())
|
||||
stopEchoTester();
|
||||
LinphoneManager.getInstance().startEcCalibration(mListener);
|
||||
} catch (LinphoneCoreException e) {
|
||||
Log.e(e);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue