External: LinphoneCallLog

LinphoneCallLog

Structure representing a call log.
Source:

Members

<readonly> callId :string

Get the call ID used by the call.
Type:
  • string
Source:

<readonly> dir :linphone.CallDir

Get the direction of the call.
Type:
Source:

<readonly> duration :number

Get the duration of the call since connected.
Type:
  • number
Source:

<readonly> fromAddress :external:LinphoneAddress

Get the origin address (ie from) of the call.
Type:
Source:

<readonly> localStats :external:rtp_stats_t

Get the RTP statistics computed locally regarding the call.
Type:
  • external:rtp_stats_t
Source:

<readonly> quality :number

Get the overall quality indication of the call.
Type:
  • number
Source:

refKey :string

Associate a persistent reference key to the call log.
Type:
  • string
Source:

<readonly> remoteAddress :external:LinphoneAddress

Get the remote address (that is from or to depending on call direction).
Type:
Source:

<readonly> remoteStats :external:rtp_stats_t

Get the RTP statistics computed by the remote end and sent back via RTCP.
Type:
  • external:rtp_stats_t
Source:

<readonly> startDate :external:time_t

Get the start date of the call.
Type:
  • external:time_t
Source:

<readonly> status :linphone.CallStatus

Get the status of the call.
Type:
Source:

<readonly> toAddress :external:LinphoneAddress

Get the destination address (ie to) of the call.
Type:
Source:

<readonly> videoEnabled :boolean

Tell whether video was enabled at the end of the call or not.
Type:
  • boolean
Source:

Methods

toStr() → {string}

Get a human readable string describing the call.
Source:
Returns:
Type
string