Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
21c783a9
Commit
21c783a9
authored
14 years ago
by
jehan
Browse files
Options
Download
Patches
Plain Diff
add signalling transport getter
parent
aae2584a
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/common/org/linphone/core/LinphoneCore.java
+8
-1
java/common/org/linphone/core/LinphoneCore.java
with
8 additions
and
1 deletion
java/common/org/linphone/core/LinphoneCore.java
+
8
−
1
View file @
21c783a9
...
@@ -384,10 +384,17 @@ public interface LinphoneCore {
...
@@ -384,10 +384,17 @@ public interface LinphoneCore {
*/
*/
public
boolean
isEchoCancellationEnabled
();
public
boolean
isEchoCancellationEnabled
();
/**
/**
* not implemented yet
* set transport used for signaling (TCP or UDP)
*
* @param aTransport
* @param aTransport
*/
*/
public
void
setSignalingTransport
(
Transport
aTransport
);
public
void
setSignalingTransport
(
Transport
aTransport
);
/**
* get transport used for signaling (TCP or UDP)
*
* @return Transport;
*/
public
Transport
getSignalingTransport
();
/**
/**
* not implemented
* not implemented
* @param value
* @param value
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets