Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
7c956f5c
Commit
7c956f5c
authored
Jan 08, 2013
by
Sylvain Berfini
🎩
Browse files
Fix typo mistake in previous java impl
parent
7cddd40c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
java/impl/org/linphone/core/LinphoneCallParamsImpl.java
java/impl/org/linphone/core/LinphoneCallParamsImpl.java
+1
-1
No files found.
java/impl/org/linphone/core/LinphoneCallParamsImpl.java
View file @
7c956f5c
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment