Ignore:
Timestamp:
Dec 3, 2015 11:33:25 AM (8 years ago)
Author:
nanang
Message:

Fix #1899: Updated pjsua behaviour to re-create stream even when SDP direction attribute is inactive, as long as media port is not zero.

File:
1 edited

Legend:

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

    r5179 r5205  
    589589 
    590590    /* Check if no media is active */ 
    591     if (si->dir != PJMEDIA_DIR_NONE) { 
     591    if (local_sdp->media[strm_idx]->desc.port != 0) { 
    592592 
    593593        /* Optionally, application may modify other stream settings here 
Note: See TracChangeset for help on using the changeset viewer.