mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
linphone_call_log_video_enabled, update MS2 to fix IOS display orientation for Linphone iOS branch 1.x
This commit is contained in:
parent
83d18a8fcf
commit
25f5efc08a
3 changed files with 8 additions and 2 deletions
|
|
@ -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){
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue