Ignore:
Timestamp:
Dec 6, 2016 7:29:11 AM (7 years ago)
Author:
ming
Message:

Fixed #1982: Add option to reinitialize call media transports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c

    r5489 r5490  
    19761976         * Otherwise, apply media count from the call setting directly. 
    19771977         */ 
    1978         if (reinit) { 
     1978        if (reinit && (call->opt.flag & PJSUA_CALL_REINIT_MEDIA) == 0) { 
    19791979 
    19801980            /* We are sending reoffer, check media count for each media type 
Note: See TracChangeset for help on using the changeset viewer.