Changeset 3796 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Oct 6, 2011 6:49:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r3786 r3796 531 531 * @param call_id The call ID. 532 532 * @param info The media transport state info. 533 * 534 * @return The callback must return PJ_SUCCESS at the moment. 533 535 */ 534 typedef void (*pjsua_med_tp_state_cb)(pjsua_call_id call_id, 535 const pjsua_med_tp_state_info *info); 536 typedef pj_status_t 537 (*pjsua_med_tp_state_cb)(pjsua_call_id call_id, 538 const pjsua_med_tp_state_info *info); 536 539 537 540
Note: See TracChangeset
for help on using the changeset viewer.