summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;