mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 01:39:20 +00:00
add option to enable echo limiter, and fallback to it when echo limiter failed
This commit is contained in:
parent
6fe2f65ab0
commit
453e6a5319
1 changed files with 5 additions and 0 deletions
|
|
@ -605,4 +605,9 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
public void setMaxCalls(int max) {
|
||||
setMaxCalls(nativePtr, max);
|
||||
}
|
||||
private native boolean isEchoLimiterEnabled(long nativePtr);
|
||||
@Override
|
||||
public boolean isEchoLimiterEnabled() {
|
||||
return isEchoLimiterEnabled(nativePtr);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue