]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.h
Add configurable delay timeout for ice/upnp
[linphone] / coreapi / linphonecore.h
index 774ef925b5f712e556e146de1567e3f29b38a600..78193aaa0c7f7639f7db7a6f397fbaf7b9232d17 100644 (file)
@@ -1099,6 +1099,10 @@ void linphone_core_set_in_call_timeout(LinphoneCore *lc, int seconds);
 
 int linphone_core_get_in_call_timeout(LinphoneCore *lc);
 
+void linphone_core_set_delayed_timeout(LinphoneCore *lc, int seconds);
+
+int linphone_core_get_delayed_timeout(LinphoneCore *lc);
+
 void linphone_core_set_stun_server(LinphoneCore *lc, const char *server);
 
 const char * linphone_core_get_stun_server(const LinphoneCore *lc);