Changeset 3901 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h
- Timestamp:
- Dec 7, 2011 10:43:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h
r3893 r3901 85 85 address) */ 86 86 pjmedia_srtp_use rem_srtp_use; /**< Remote's SRTP usage policy. */ 87 pj_timestamp last_req_keyframe;/**< Last TX keyframe request. */ 87 88 88 89 pjsua_med_tp_state_cb med_init_cb;/**< Media transport … … 478 479 } pjsua_im_data; 479 480 481 pj_status_t pjsua_media_apply_xml_control(pjsua_call_id call_id, 482 const pj_str_t *xml_st); 483 480 484 481 485 /**
Note: See TracChangeset
for help on using the changeset viewer.