Changeset 4134 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
- Timestamp:
- May 22, 2012 3:29:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
r4132 r4134 1314 1314 1315 1315 if (status != PJ_SUCCESS) { 1316 if (call->med_ch_info.status == PJ_SUCCESS) 1317 call->med_ch_info.status = status; 1316 1318 pjsua_media_prov_clean_up(call_id); 1317 1319 goto on_return;
Note: See TracChangeset
for help on using the changeset viewer.