mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
update linphone for ms2 bugfix for phones having more than 2 cameras
This commit is contained in:
parent
bbde983c9b
commit
8fd5f5b9f0
1 changed files with 0 additions and 6 deletions
|
|
@ -664,12 +664,6 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
tunnelEnable(nativePtr, enable);
|
||||
}
|
||||
|
||||
private native void tunnelEnableLogs(long nativePtr, boolean enable);
|
||||
@Override
|
||||
public synchronized void tunnelEnableLogs(boolean enable) {
|
||||
tunnelEnableLogs(nativePtr, enable);
|
||||
}
|
||||
|
||||
@Override
|
||||
public native boolean isTunnelAvailable();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue