Changeset 398 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Apr 9, 2006 4:46:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r350 r398 93 93 unsigned index; /**< Index in pjsua array. */ 94 94 pjsip_inv_session *inv; /**< The invite session. */ 95 pj_time_val start_time;/**< First INVITE sent/received. */ 96 pj_time_val res_time; /**< First response sent/received. */ 97 pj_time_val conn_time; /**< Connected/confirmed time. */ 98 pj_time_val dis_time; /**< Disconnect time. */ 95 99 int acc_index; /**< Account index being used. */ 96 100 pjmedia_session *session; /**< The media session. */
Note: See TracChangeset
for help on using the changeset viewer.