Changeset 4138
- Timestamp:
- May 22, 2012 9:50:47 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r4128 r4138 1557 1557 1558 1558 /** 1559 * Specify whether SRTP in PJMEDIA_SRTP_OPTIONAL mode should compose 1560 * duplicated media in SDP offer, i.e: unsecured and secured version. 1561 * Otherwise, the SDP media will be composed as unsecured media but 1562 * with SDP "crypto" attribute. 1563 * 1564 * Default: PJ_FALSE 1559 * This setting has been deprecated and will be ignored. 1565 1560 */ 1566 1561 pj_bool_t srtp_optional_dup_offer; … … 2936 2931 2937 2932 /** 2938 * Specify whether SRTP in PJMEDIA_SRTP_OPTIONAL mode should compose 2939 * duplicated media in SDP offer, i.e: unsecured and secured version. 2940 * Otherwise, the SDP media will be composed as unsecured media but 2941 * with SDP "crypto" attribute. 2942 * 2943 * Default: PJ_FALSE 2933 * This setting has been deprecated and will be ignored. 2944 2934 */ 2945 2935 pj_bool_t srtp_optional_dup_offer;
Note: See TracChangeset
for help on using the changeset viewer.