mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
add signalling transport getter
This commit is contained in:
parent
aae2584a17
commit
21c783a9c6
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue