mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix typo mistake in previous java impl
This commit is contained in:
parent
7cddd40cd1
commit
7c956f5c61
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue