Add missing LinphoneCore function impl
This commit is contained in:
parent
efe00e9911
commit
772b04aea7
1 changed files with 4 additions and 0 deletions
|
@ -541,4 +541,8 @@ class LinphoneCoreImpl implements LinphoneCore {
|
||||||
// TODO Auto-generated method stub
|
// TODO Auto-generated method stub
|
||||||
|
|
||||||
}
|
}
|
||||||
|
public LinphoneCall findCallFromUri(String uri) {
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue