summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-08-07 09:55:52 +0000
committerBenny Prijono <bennylp@teluu.com>2008-08-07 09:55:52 +0000
commitb2a88bf19bf545fbe4da1de0bb40f0e2469dcb46 (patch)
treec3b7bdf4b6e46e9efd876f97365f15d27d764995 /pjsip/include
parentf0bdf37277b4b7ab3ae03fbc4ddd452269196a1a (diff)
Ticket #586: Added ICE negotiations test to test the scenario when two agents have different number of components
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2196 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 0d6322ea..4989ef07 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -4101,6 +4101,13 @@ struct pjsua_media_config
pj_bool_t ice_no_host_cands;
/**
+ * Disable RTCP component.
+ *
+ * Default: no
+ */
+ pj_bool_t ice_no_rtcp;
+
+ /**
* Enable TURN relay candidate in ICE.
*/
pj_bool_t enable_turn;