mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
Updated linphone to match JNI exports
This commit is contained in:
parent
5904cfcc49
commit
19df41ad73
1 changed files with 3 additions and 3 deletions
|
|
@ -686,11 +686,11 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
acceptCallUpdate(nativePtr, aCall, params);
|
||||
}
|
||||
|
||||
private native void deferCallUpdate(long nativePtr, LinphoneCall aCall, LinphoneCallParams params);
|
||||
private native void deferCallUpdate(long nativePtr, LinphoneCall aCall);
|
||||
@Override
|
||||
public void deferCallUpdate(LinphoneCall aCall, LinphoneCallParams params)
|
||||
public void deferCallUpdate(LinphoneCall aCall)
|
||||
throws LinphoneCoreException {
|
||||
deferCallUpdate(nativePtr, aCall, params);
|
||||
deferCallUpdate(nativePtr, aCall);
|
||||
}
|
||||
|
||||
private native void setVideoPolicy(long nativePtr, boolean autoInitiate, boolean autoAccept);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue