forked from mirrors/linphone-iphone
add missing methods.
This commit is contained in:
parent
17796cf9d9
commit
6666f049b6
1 changed files with 4 additions and 0 deletions
|
|
@ -68,4 +68,8 @@ public interface LinphoneProxyConfig {
|
|||
* @return may be null
|
||||
*/
|
||||
public String getDomain();
|
||||
public String getIdentity();
|
||||
public String getProxy();
|
||||
public boolean registerEnabled();
|
||||
public boolean isRegistered();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue