mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-26 02:58:34 +00:00
Added migration for startEchoCancellerCalibration
This commit is contained in:
parent
ef782426ed
commit
b43f52173e
1 changed files with 2 additions and 1 deletions
|
|
@ -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/needsEchoCalibration(/isEchoCancellerCalibrationRequired(/g' $SED_END"
|
||||||
eval "$SED_START 's/getCountryCode()/getCountryCallingCode()/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/isEchoCancellationEnabled()/echoCancellationEnabled()/g' $SED_END"
|
||||||
|
eval "$SED_START 's/startEchoCalibration(/startEchoCancellerCalibration(/g' $SED_END"
|
||||||
|
|
||||||
# Removed methods
|
# Removed methods
|
||||||
eval "$SED_START 's/.isRegistered()/.getState() == RegistrationState.Ok/g' $SED_END"
|
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
|
# XmlRpcRequest and XmlRpcSession constructors
|
||||||
|
|
||||||
#Android specifics not wrapped automatically
|
#Android specifics not wrapped automatically
|
||||||
#Core.startEchoCalibration
|
|
||||||
|
|
||||||
# Manual changes required
|
# Manual changes required
|
||||||
# Some callbacks no longer exist, their name will be "removed", remove them
|
# 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
|
# createAddress(userName,domain,null); no longer exists
|
||||||
# Buffer.setContent now takes the size as second parameter
|
# Buffer.setContent now takes the size as second parameter
|
||||||
# ChatMessageListener onFileTransferSend now returns the Buffer instead of having it as part of his arguments
|
# ChatMessageListener onFileTransferSend now returns the Buffer instead of having it as part of his arguments
|
||||||
|
# Core.startEchoCancellerCalibration no longer takes a parameter
|
||||||
|
|
||||||
# # Factory
|
# # Factory
|
||||||
#Factory.createLpConfigFromString => Config.newFromBuffer
|
#Factory.createLpConfigFromString => Config.newFromBuffer
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue