Liblinphone
3.10.0
|
Data Fields | |
belle_sip_object_t | base |
void * | user_data |
struct _LinphoneCore * | lc |
LinphoneCallDir | dir |
LinphoneCallStatus | status |
LinphoneAddress * | from |
LinphoneAddress * | to |
char | start_date [128] |
int | duration |
char * | refkey |
rtp_stats_t | local_stats |
rtp_stats_t | remote_stats |
float | quality |
time_t | start_date_time |
time_t | connected_date_time |
char * | call_id |
struct _LinphoneQualityReporting | reporting |
bool_t | video_enabled |
bool_t | was_conference |
unsigned int | storage_id |
char* _LinphoneCallLog::call_id |
Connecting date of the call in seconds as expressed in a time_t
time_t _LinphoneCallLog::connected_date_time |
Start date of the call in seconds as expressed in a time_t
LinphoneCallDir _LinphoneCallLog::dir |
The direction of the call
int _LinphoneCallLog::duration |
Duration of the call starting in connected state in seconds
LinphoneAddress* _LinphoneCallLog::from |
Originator of the call as a LinphoneAddress object
struct _LinphoneQualityReporting _LinphoneCallLog::reporting |
unique id of a call
char _LinphoneCallLog::start_date[128] |
Human readable string containing the start date
LinphoneCallStatus _LinphoneCallLog::status |
The status of the call
LinphoneAddress* _LinphoneCallLog::to |
Destination of the call as a LinphoneAddress object
bool_t _LinphoneCallLog::was_conference |
That call was a call with a conference server