public interface LinphoneCallLog
Modifier and Type | Interface and Description |
---|---|
static class |
LinphoneCallLog.CallStatus
Represents call status
|
Modifier and Type | Method and Description |
---|---|
int |
getCallDuration()
The call duration, in seconds
|
String |
getCallId()
Call id from signaling
|
CallDirection |
getDirection()
The direction of the call
|
LinphoneAddress |
getFrom()
Originator of the call as a LinphoneAddress object.
|
String |
getStartDate()
A human readable String with the start date/time of the call
|
LinphoneCallLog.CallStatus |
getStatus()
get status of this call
|
long |
getTimestamp()
A timestamp of the start date/time of the call in milliseconds since January 1st 1970
|
LinphoneAddress |
getTo()
Destination of the call as a LinphoneAddress object.
|
boolean |
wasConference()
Tells whether the call was a call to a conference server
|
LinphoneAddress getFrom()
LinphoneAddress getTo()
CallDirection getDirection()
LinphoneCallLog.CallStatus getStatus()
String getStartDate()
long getTimestamp()
int getCallDuration()
String getCallId()
boolean wasConference()