Updated linphone to match JNI exports
This commit is contained in:
parent
bd60ad4276
commit
ad25b327ee
2 changed files with 4 additions and 4 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);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9bb8621513b435ff07b8a66138941632f5130710
|
||||
Subproject commit fb34c57b2a6099e1f3f0537917594eeec3e52a73
|
Loading…
Reference in a new issue