mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Ability to limit number of calls / hide transfers.
This commit is contained in:
parent
02851b26f7
commit
ebaa5f460d
1 changed files with 5 additions and 0 deletions
|
|
@ -583,4 +583,9 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
public void setMediaEncryptionMandatory(boolean yesno) {
|
||||
setMediaEncryptionMandatory(nativePtr, yesno);
|
||||
}
|
||||
|
||||
private native int getMaxCalls(long nativePtr);
|
||||
public int getMaxCalls() {
|
||||
return getMaxCalls(nativePtr);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue