]> sjero.net Git - linphone/commitdiff
linphone_call_log_video_enabled, update MS2 to fix IOS display orientation for Linph...
authorJehan Monnier <jehan.monnier@linphone.org>
Wed, 6 Mar 2013 13:27:11 +0000 (14:27 +0100)
committerJehan Monnier <jehan.monnier@linphone.org>
Wed, 6 Mar 2013 13:27:11 +0000 (14:27 +0100)
coreapi/linphonecore.c
coreapi/linphonecore.h
mediastreamer2

index a33328f0319339b8a537ba880db10b56dba27a67..69dc26a1edba4f56b47641b3a9332ee4cbbfe305 100644 (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){
index 2c2168646c6d38f4073532fabd3f87eba10fff88..97d1663b5222f1351eb5a766a3444e9eafdca56b 100644 (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);
index e5f7137b7206ddc4f2803cde0f3316b90977bd6a..a824c473919ab993e536e9f2d29471332e68280e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit e5f7137b7206ddc4f2803cde0f3316b90977bd6a
+Subproject commit a824c473919ab993e536e9f2d29471332e68280e