- Timestamp:
- Dec 3, 2015 11:33:25 AM (9 years ago)
- Location:
- pjproject/trunk/pjsip/src/pjsua-lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_aud.c
r5179 r5205 589 589 590 590 /* Check if no media is active */ 591 if ( si->dir != PJMEDIA_DIR_NONE) {591 if (local_sdp->media[strm_idx]->desc.port != 0) { 592 592 593 593 /* Optionally, application may modify other stream settings here -
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
r5170 r5205 2758 2758 2759 2759 /* Check if no media is active */ 2760 if ( si->dir == PJMEDIA_DIR_NONE) {2760 if (local_sdp->media[mi]->desc.port == 0) { 2761 2761 2762 2762 /* Update call media state and direction */
Note: See TracChangeset
for help on using the changeset viewer.