]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneCallLog.java
Exported JNI method to get call duration from log
[linphone] / java / common / org / linphone / core / LinphoneCallLog.java
index fa1bc2ae57638a1dc1ad4348eebeb639fc792db3..98bf40c50e640ef71ed8813468c5645caaee9df0 100644 (file)
@@ -101,4 +101,9 @@ public interface LinphoneCallLog {
         * @return a human readble String with the start date/time of the call
         */
        public String getStartDate();
+       
+       /**
+        * @return the call duration, in seconds
+        */
+       public int getCallDuration();
 }