mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
Update exosip & linphone submodule + using setVideoPolicy
This commit is contained in:
parent
139e7a49a8
commit
5904cfcc49
1 changed files with 5 additions and 0 deletions
|
|
@ -692,4 +692,9 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
throws LinphoneCoreException {
|
||||
deferCallUpdate(nativePtr, aCall, params);
|
||||
}
|
||||
|
||||
private native void setVideoPolicy(long nativePtr, boolean autoInitiate, boolean autoAccept);
|
||||
public void setVideoPolicy(boolean autoInitiate, boolean autoAccept) {
|
||||
setVideoPolicy(nativePtr, autoInitiate, autoAccept);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue