update linphone submodule, fix compilation issue
This commit is contained in:
parent
f6ea7f9b99
commit
c3b0980493
2 changed files with 10 additions and 1 deletions
|
@ -545,5 +545,14 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
public void transferCall(LinphoneCall call, String referTo) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
public void transferCallToAnother(LinphoneCall callToTransfer,
|
||||
LinphoneCall destination) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ce9780dcb8114a3d4def3ed14fbb129ff786fba2
|
||||
Subproject commit 51ee80ec2b0ce934e44c73ad4931ca98a6798fa8
|
Loading…
Reference in a new issue