]> sjero.net Git - linphone/blobdiff - java/impl/org/linphone/core/LinphoneCallParamsImpl.java
Fix typo mistake in previous java impl
[linphone] / java / impl / org / linphone / core / LinphoneCallParamsImpl.java
index b2ae4fe66dca6576fa78eff5686872cab8a55e17..ca41f6ecbbea4155080c6a5d4fc72d39fea3d0e2 100644 (file)
@@ -36,7 +36,7 @@ public class LinphoneCallParamsImpl implements LinphoneCallParams {
        private native long getUsedVideoCodec(long nativePtr);
        private native void destroy(long nativePtr);
        private native void enableLowBandwidth(long nativePtr, boolean enable);
-       private native void isLowBandwidthEnabled(long nativePtr);
+       private native boolean isLowBandwidthEnabled(long nativePtr);
        
        public boolean getVideoEnabled() {
                return getVideoEnabled(nativePtr);