update linphone for ms2 bugfix for phones having more than 2 cameras

This commit is contained in:
Simon Morlat 2012-05-23 11:53:10 +02:00
parent bbde983c9b
commit 8fd5f5b9f0

View file

@ -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();