Commit 21c783a9 authored by jehan's avatar jehan
Browse files

add signalling transport getter

parent aae2584a
No related merge requests found
Showing with 8 additions and 1 deletion
...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment