Changeset 3212 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Jun 19, 2010 12:35:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r3196 r3212 850 850 pjsip_tp_state_callback on_transport_state; 851 851 852 /** 853 * This callback is called to report error in ICE media transport. 854 * Currently it is used to report TURN Refresh error. 855 * 856 * @param index Transport index. 857 * @param op Operation which trigger the failure. 858 * @param status Error status. 859 * @param param Additional info about the event. Currently this will 860 * always be set to NULL. 861 */ 862 void (*on_ice_transport_error)(int index, pj_ice_strans_op op, 863 pj_status_t status, void *param); 864 852 865 } pjsua_callback; 853 866
Note: See TracChangeset
for help on using the changeset viewer.