Changeset 3172 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- May 13, 2010 5:22:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r3128 r3172 1084 1084 */ 1085 1085 int srtp_secure_signaling; 1086 1087 /** 1088 * Specify whether SRTP in PJMEDIA_SRTP_OPTIONAL mode should compose 1089 * duplicated media in SDP offer, i.e: unsecured and secured version. 1090 * Otherwise, the SDP media will be composed as unsecured media but 1091 * with SDP "crypto" attribute. 1092 * 1093 * Default: PJ_FALSE 1094 */ 1095 pj_bool_t srtp_optional_dup_offer; 1086 1096 #endif 1087 1097 … … 2127 2137 */ 2128 2138 int srtp_secure_signaling; 2139 2140 /** 2141 * Specify whether SRTP in PJMEDIA_SRTP_OPTIONAL mode should compose 2142 * duplicated media in SDP offer, i.e: unsecured and secured version. 2143 * Otherwise, the SDP media will be composed as unsecured media but 2144 * with SDP "crypto" attribute. 2145 * 2146 * Default: PJ_FALSE 2147 */ 2148 pj_bool_t srtp_optional_dup_offer; 2129 2149 #endif 2130 2150
Note: See TracChangeset
for help on using the changeset viewer.