Call information.

Classes

enum  CallDirection
 
enum  CallType
 

Public Member Functions

String getLocalSourceId ()
 Retrieve ID of the local source associated with the call. More...
 
String getRemoteSourceId ()
 Retrieve ID of the remote source associated with the call. More...
 
CallDirection getCallDirection ()
 Informs about the call direction, which may be incoming or outgoing. More...
 
CallStatus getCallStatus ()
 Get call status. More...
 
CallType getCallType ()
 Get call type, which is useful to know which kind of source originated the call. More...
 
Instant getCreationDate ()
 Get the date and time in which the call was created. More...
 
int getDurationSeconds ()
 Duration of the call, in seconds. More...
 

Member Function Documentation

◆ getCallDirection()

CallDirection getCallDirection ( )
Returns
call direction

◆ getCallStatus()

CallStatus getCallStatus ( )
Returns
call status

◆ getCallType()

CallType getCallType ( )
Returns
call type

◆ getCreationDate()

Instant getCreationDate ( )
Returns
call creation date

◆ getDurationSeconds()

int getDurationSeconds ( )
Returns
duration in seconds

◆ getLocalSourceId()

String getLocalSourceId ( )
Returns
local source identifier

◆ getRemoteSourceId()

String getRemoteSourceId ( )
Returns
remote source identifier