Changeset 1262 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
- Timestamp:
- May 10, 2007 8:49:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
r1242 r1262 689 689 pjsua_call *call = &pjsua_var.calls[call_id]; 690 690 pj_status_t status; 691 692 /* Return error if media transport has not been created yet 693 * (e.g. application is starting) 694 */ 695 if (call->med_tp == NULL) { 696 return PJ_EBUSY; 697 } 691 698 692 699 /* Get media socket info */
Note: See TracChangeset
for help on using the changeset viewer.