- Timestamp:
- Jan 18, 2008 6:49:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/users/nanang/pjsip/include/pjsua-lib/pjsua_internal.h
r1698 r1709 51 51 pjsip_evsub *xfer_sub; /**< Xfer server subscription, if this 52 52 call was triggered by xfer. */ 53 pjmedia_transport *med_tp; /**< Media transport. */ 53 pjmedia_transport *med_tp; /**< Current media transport. */ 54 pjmedia_transport *med_orig; /**< Original media transport */ 54 55 pj_timer_entry refresh_tm;/**< Timer to send re-INVITE. */ 55 56 pj_timer_entry hangup_tm; /**< Timer to hangup call. */ … … 313 314 */ 314 315 pj_status_t pjsua_media_channel_init(pjsua_call_id call_id, 315 pjsip_role_e role); 316 pjsip_role_e role, 317 int security_level); 316 318 pj_status_t pjsua_media_channel_create_sdp(pjsua_call_id call_id, 317 319 pj_pool_t *pool,
Note: See TracChangeset
for help on using the changeset viewer.