mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Fix previous commit
This commit is contained in:
parent
68b4fa0f04
commit
c5a480efd3
1 changed files with 1 additions and 1 deletions
|
|
@ -1223,7 +1223,7 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
public synchronized boolean isAdaptiveRateControlEnabled() {
|
||||
return isAdaptiveRateControlEnabled(nativePtr);
|
||||
}
|
||||
public synchronized getAdaptiveRateAlgorithm() {
|
||||
public synchronized AdaptiveRateAlgorithm getAdaptiveRateAlgorithm() {
|
||||
return AdaptiveRateAlgorithm.fromInt(getAdaptiveRateAlgorithm(nativePtr));
|
||||
}
|
||||
public synchronized void setAdaptiveRateAlgorithm(AdaptiveRateAlgorithm alg) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue