Add comment to warn about change of echo canceller calibration statuses.

This commit is contained in:
Ghislain MARY 2012-10-17 14:58:55 +02:00
parent e5d63effa2
commit d79f3d3fa9

View file

@ -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;