]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneCore.java
Added setIncomingTimeout to JNI
[linphone] / java / common / org / linphone / core / LinphoneCore.java
index 50b8609f0c2fb75bf7317d6a996fe42c59014f5d..f2ad09b90cf024074db445ba5e9f037aa4aafd61 100644 (file)
@@ -829,4 +829,11 @@ public interface LinphoneCore {
         * Sets the UDP port range from which to randomly select the port used for video streaming.
         */
        void setVideoPortRange(int minPort, int maxPort);
+       
+       /**
+        * Set the incoming call timeout in seconds.
+        * If an incoming call isn't answered for this timeout period, it is
+        * automatically declined.
+       **/
+       void setIncomingTimeout(int timeout);
 }