ICall

public interface ICall

Contains informations about a call between 2 sip accounts.

Methods

getLocalUri

String getLocalUri()

get the uri of the local sip account

Returns:the uri of the local sip account

getRemoteUri

String getRemoteUri()

get the uri of the remote sip account

Returns:the uri of the remote sip account

getState

CallState getState()

get the current state of this call

Returns:the current state of this call