/* Wrapper generated by lp-gen-wrappers, do not edit*/
/**
* Structure representing a call log.
* @external LinphoneCallLog
**/
/**
* Get the call ID used by the call.
* @member {string} external:LinphoneCallLog#callId
* @readonly
**/
/**
* Get the direction of the call.
* @member {linphone.CallDir} external:LinphoneCallLog#dir
* @readonly
**/
/**
* Get the duration of the call since connected.
* @member {number} external:LinphoneCallLog#duration
* @readonly
**/
/**
* Get the origin address (ie from) of the call.
* @member {external:LinphoneAddress} external:LinphoneCallLog#fromAddress
* @readonly
**/
/**
* Get the RTP statistics computed locally regarding the call.
* @member {external:rtp_stats_t} external:LinphoneCallLog#localStats
* @readonly
**/
/**
* Get the overall quality indication of the call.
* @member {number} external:LinphoneCallLog#quality
* @readonly
**/
/**
* Associate a persistent reference key to the call log.
* @member {string} external:LinphoneCallLog#refKey
**/
/**
* Get the remote address (that is from or to depending on call direction).
* @member {external:LinphoneAddress} external:LinphoneCallLog#remoteAddress
* @readonly
**/
/**
* Get the RTP statistics computed by the remote end and sent back via RTCP.
* @member {external:rtp_stats_t} external:LinphoneCallLog#remoteStats
* @readonly
**/
/**
* Get the start date of the call.
* @member {external:time_t} external:LinphoneCallLog#startDate
* @readonly
**/
/**
* Get the status of the call.
* @member {linphone.CallStatus} external:LinphoneCallLog#status
* @readonly
**/
/**
* Get the destination address (ie to) of the call.
* @member {external:LinphoneAddress} external:LinphoneCallLog#toAddress
* @readonly
**/
/**
* Tell whether video was enabled at the end of the call or not.
* @member {boolean} external:LinphoneCallLog#videoEnabled
* @readonly
**/
/**
* Get a human readable string describing the call.
* @function external:LinphoneCallLog#toStr
* @returns {string}
**/