Updated linphone
This commit is contained in:
parent
0d83c3b1ca
commit
8ded3cd7cb
2 changed files with 6 additions and 1 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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c4bf7958ab6272155547c1f12e06189e1f84275c
|
Subproject commit e93d9096ff433d3195c177e4c767881406e71d88
|
Loading…
Reference in a new issue