mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Reject incoming and outgoing calls to incall people.
This commit is contained in:
parent
ebaa5f460d
commit
5d05c29646
1 changed files with 4 additions and 0 deletions
|
|
@ -588,4 +588,8 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
public int getMaxCalls() {
|
||||
return getMaxCalls(nativePtr);
|
||||
}
|
||||
@Override
|
||||
public boolean isMyself(String uri) {
|
||||
return uri.equals(getDefaultProxyConfig().getIdentity());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue