mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
update linphone submodule, fix compilation issue
This commit is contained in:
parent
9bf7e93992
commit
698e7ac2b2
1 changed files with 9 additions and 0 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
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue