mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-23 16:48:32 +00:00
Updated linphone
This commit is contained in:
parent
f37b38d9e5
commit
e7317543b3
1 changed files with 5 additions and 0 deletions
|
|
@ -729,4 +729,9 @@ class LinphoneCoreImpl implements LinphoneCore {
|
||||||
public void refreshRegisters() {
|
public void refreshRegisters() {
|
||||||
refreshRegisters(nativePtr);
|
refreshRegisters(nativePtr);
|
||||||
}
|
}
|
||||||
|
@Override
|
||||||
|
public String getVersion() {
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue