Changeset 3383 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
- Timestamp:
- Dec 2, 2010 10:41:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
r3376 r3383 1312 1312 1313 1313 call->audio_idx = find_audio_index(rem_sdp, srtp_active); 1314 if (call->audio_idx == -1) { 1315 /* No audio in the offer. We can't accept this */ 1316 PJ_LOG(4,(THIS_FILE, 1317 "Unable to accept SDP offer without audio for call %d", 1318 call_id)); 1319 return PJMEDIA_SDP_EINMEDIA; 1320 } 1314 1321 } 1315 1322
Note: See TracChangeset
for help on using the changeset viewer.