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() {
|
public void startEchoCancellerCalibration() {
|
||||||
try {
|
try {
|
||||||
|
if (LinphoneManager.getInstance().getEchoTesterStatus())
|
||||||
|
stopEchoTester();
|
||||||
LinphoneManager.getInstance().startEcCalibration(mListener);
|
LinphoneManager.getInstance().startEcCalibration(mListener);
|
||||||
} catch (LinphoneCoreException e) {
|
} catch (LinphoneCoreException e) {
|
||||||
Log.e(e);
|
Log.e(e);
|
||||||
|
|
Loading…
Reference in a new issue