mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 06:38:08 +00:00
Add missing LinphoneCore function impl
This commit is contained in:
parent
dfdd63a2ed
commit
17df23f74a
1 changed files with 4 additions and 0 deletions
|
|
@ -541,4 +541,8 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
public LinphoneCall findCallFromUri(String uri) {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue