]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.c
linphone_call_log_video_enabled, update MS2 to fix IOS display orientation for Linph...
[linphone] / coreapi / linphonecore.c
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){