From 7b7c7c8b42a8c25b30b07a8cd524cccbb60173b3 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Wed, 6 Feb 2013 13:48:45 +0000 Subject: Close #1242: Single re-INVITE/UPDATE for both lock codec and ICE negotiation updates. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4342 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'pjsip/include/pjsua-lib/pjsua.h') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index 40975e4e..5114189d 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -2656,6 +2656,16 @@ typedef struct pjsua_ice_config */ pj_bool_t ice_no_rtcp; + /** + * Send re-INVITE/UPDATE every after ICE connectivity check regardless + * the default ICE transport address is changed or not. When this is set + * to PJ_FALSE, re-INVITE/UPDATE will be sent only when the default ICE + * transport address is changed. + * + * Default: yes + */ + pj_bool_t ice_always_update; + } pjsua_ice_config; /** @@ -5550,6 +5560,16 @@ struct pjsua_media_config */ pj_bool_t ice_no_rtcp; + /** + * Send re-INVITE/UPDATE every after ICE connectivity check regardless + * the default ICE transport address is changed or not. When this is set + * to PJ_FALSE, re-INVITE/UPDATE will be sent only when the default ICE + * transport address is changed. + * + * Default: yes + */ + pj_bool_t ice_always_update; + /** * Enable TURN relay candidate in ICE. */ -- cgit v1.2.3