Changeset 1353 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Jun 8, 2007 4:37:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r1285 r1353 1745 1745 1746 1746 /** 1747 * This macro specifies the URI scheme to use in Contact header 1748 * when secure transport such as TLS is used. Application can specify 1749 * either "sip" or "sips". 1750 */ 1751 #ifndef PJSUA_SECURE_SCHEME 1752 # define PJSUA_SECURE_SCHEME "sips" 1753 #endif 1754 1755 1756 /** 1747 1757 * This structure describes account configuration to be specified when 1748 1758 * adding a new account with #pjsua_acc_add(). Application MUST initialize
Note: See TracChangeset
for help on using the changeset viewer.