From b43f52173eef2d980687776279eb4e4fee35bfe9 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 17 Oct 2017 17:48:25 +0200 Subject: [PATCH] Added migration for startEchoCancellerCalibration --- wrappers/java/migration.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wrappers/java/migration.sh b/wrappers/java/migration.sh index 3d826c470..3ffdd48ab 100644 --- a/wrappers/java/migration.sh +++ b/wrappers/java/migration.sh @@ -265,6 +265,7 @@ eval "$SED_START 's/hasCrappyOpenGL(/hasCrappyOpenGl(/g' $SED_END" eval "$SED_START 's/needsEchoCalibration(/isEchoCancellerCalibrationRequired(/g' $SED_END" eval "$SED_START 's/getCountryCode()/getCountryCallingCode()/g' $SED_END" eval "$SED_START 's/isEchoCancellationEnabled()/echoCancellationEnabled()/g' $SED_END" +eval "$SED_START 's/startEchoCalibration(/startEchoCancellerCalibration(/g' $SED_END" # Removed methods eval "$SED_START 's/.isRegistered()/.getState() == RegistrationState.Ok/g' $SED_END" @@ -310,7 +311,6 @@ eval "$SED_START 's/mLc.setCpuCount(/\/\/mLc.setCpuCount(/g' $SED_END" # XmlRpcRequest and XmlRpcSession constructors #Android specifics not wrapped automatically -#Core.startEchoCalibration # Manual changes required # Some callbacks no longer exist, their name will be "removed", remove them @@ -336,6 +336,7 @@ eval "$SED_START 's/mLc.setCpuCount(/\/\/mLc.setCpuCount(/g' $SED_END" # createAddress(userName,domain,null); no longer exists # Buffer.setContent now takes the size as second parameter # ChatMessageListener onFileTransferSend now returns the Buffer instead of having it as part of his arguments +# Core.startEchoCancellerCalibration no longer takes a parameter # # Factory #Factory.createLpConfigFromString => Config.newFromBuffer