mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Add comment to warn about change of echo canceller calibration statuses.
This commit is contained in:
parent
e5d63effa2
commit
d79f3d3fa9
1 changed files with 2 additions and 0 deletions
|
|
@ -231,6 +231,8 @@ public interface LinphoneCore {
|
|||
static public class EcCalibratorStatus {
|
||||
|
||||
static private Vector values = new Vector();
|
||||
/* Do not change the values of these constants or the strings associated with them to prevent breaking
|
||||
the collection of echo canceller calibration results during the wizard! */
|
||||
public static final int IN_PROGRESS_STATUS=0;
|
||||
public static final int DONE_STATUS=1;
|
||||
public static final int FAILED_STATUS=2;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue