]> sjero.net Git - linphone/commitdiff
Add comment to warn about change of echo canceller calibration statuses.
authorGhislain MARY <ghislain.mary@belledonne-communications.com>
Wed, 17 Oct 2012 12:58:55 +0000 (14:58 +0200)
committerGhislain MARY <ghislain.mary@belledonne-communications.com>
Wed, 17 Oct 2012 12:59:57 +0000 (14:59 +0200)
java/common/org/linphone/core/LinphoneCore.java

index de1b4743cfa62364759969c8131cf26c2b9b677a..562ae86cdf0884696955b7a76c6c2ddb99cd13d9 100644 (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;