add signalling transport getter

This commit is contained in:
Jehan Monnier 2011-02-15 15:07:01 +01:00
parent aae2584a17
commit 21c783a9c6

View file

@ -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