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
21c783a9
Commit
21c783a9
authored
Feb 15, 2011
by
jehan
Browse files
add signalling transport getter
parent
aae2584a
Changes
1
Hide whitespace changes
Inline
Side-by-side
java/common/org/linphone/core/LinphoneCore.java
View file @
21c783a9
...
...
@@ -384,10 +384,17 @@ public interface LinphoneCore {
*/
public
boolean
isEchoCancellationEnabled
();
/**
* not implemented yet
* set transport used for signaling (TCP or UDP)
*
* @param aTransport
*/
public
void
setSignalingTransport
(
Transport
aTransport
);
/**
* get transport used for signaling (TCP or UDP)
*
* @return Transport;
*/
public
Transport
getSignalingTransport
();
/**
* not implemented
* @param value
...
...
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