Changeset 5490 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
- Timestamp:
- Dec 6, 2016 7:29:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
r5489 r5490 1976 1976 * Otherwise, apply media count from the call setting directly. 1977 1977 */ 1978 if (reinit ) {1978 if (reinit && (call->opt.flag & PJSUA_CALL_REINIT_MEDIA) == 0) { 1979 1979 1980 1980 /* We are sending reoffer, check media count for each media type
Note: See TracChangeset
for help on using the changeset viewer.