summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2012-05-22 09:50:47 +0000
committerBenny Prijono <bennylp@teluu.com>2012-05-22 09:50:47 +0000
commit3845a5ecc911293454ad9c0228459752ea583d89 (patch)
treefe72be330d84e0f9bee3d46f7a9203d810484dd7
parenta11637becc2670562f77072e6f89b6ba0980b238 (diff)
Re #1508 (Misc): put comment in srtp_optional_dup_offer field to say that the option has been deprecated and will be ignored
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4138 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 886617f8..9de34cf3 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -1556,12 +1556,7 @@ typedef struct pjsua_config
int srtp_secure_signaling;
/**
- * Specify whether SRTP in PJMEDIA_SRTP_OPTIONAL mode should compose
- * duplicated media in SDP offer, i.e: unsecured and secured version.
- * Otherwise, the SDP media will be composed as unsecured media but
- * with SDP "crypto" attribute.
- *
- * Default: PJ_FALSE
+ * This setting has been deprecated and will be ignored.
*/
pj_bool_t srtp_optional_dup_offer;
@@ -2935,12 +2930,7 @@ typedef struct pjsua_acc_config
int srtp_secure_signaling;
/**
- * Specify whether SRTP in PJMEDIA_SRTP_OPTIONAL mode should compose
- * duplicated media in SDP offer, i.e: unsecured and secured version.
- * Otherwise, the SDP media will be composed as unsecured media but
- * with SDP "crypto" attribute.
- *
- * Default: PJ_FALSE
+ * This setting has been deprecated and will be ignored.
*/
pj_bool_t srtp_optional_dup_offer;