linphone_call_log_video_enabled, update MS2 to fix IOS display orientation for Linphone iOS branch 1.x

This commit is contained in:
Jehan Monnier 2013-03-06 14:27:11 +01:00
parent 83d18a8fcf
commit 25f5efc08a
3 changed files with 8 additions and 2 deletions

View file

@ -366,7 +366,12 @@ int linphone_call_log_get_duration(LinphoneCallLog *cl){
float linphone_call_log_get_quality(LinphoneCallLog *cl){
return cl->quality;
}
/**
* return true if video was enabled at the end of the call
*/
LinphoneCallStatus linphone_call_log_video_enabled(LinphoneCallLog *cl) {
return cl->video_enabled;
}
/** @} */
void linphone_call_log_destroy(LinphoneCallLog *cl){

View file

@ -161,6 +161,7 @@ LinphoneAddress *linphone_call_log_get_to(LinphoneCallLog *cl);
LinphoneAddress *linphone_call_log_get_remote_address(LinphoneCallLog *cl);
LinphoneCallDir linphone_call_log_get_dir(LinphoneCallLog *cl);
LinphoneCallStatus linphone_call_log_get_status(LinphoneCallLog *cl);
LinphoneCallStatus linphone_call_log_video_enabled(LinphoneCallLog *cl);
time_t linphone_call_log_get_start_date(LinphoneCallLog *cl);
int linphone_call_log_get_duration(LinphoneCallLog *cl);
float linphone_call_log_get_quality(LinphoneCallLog *cl);

@ -1 +1 @@
Subproject commit e5f7137b7206ddc4f2803cde0f3316b90977bd6a
Subproject commit a824c473919ab993e536e9f2d29471332e68280e