Ignore:
Timestamp:
Jan 23, 2013 2:57:30 AM (11 years ago)
Author:
nanang
Message:

Re #1568: backported to 1.x branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip/include/pjsua-lib/pjsua.h

    r4045 r4329  
    44344434     */ 
    44354435    int                 snd_auto_close_time; 
     4436 
     4437    /** 
     4438     * Disable smart media update (ticket #1568). The smart media update 
     4439     * will check for any changes in the media properties after a successful 
     4440     * SDP negotiation and the media will only be reinitialized when any 
     4441     * change is found. When it is disabled, media streams will always be 
     4442     * reinitialized after a successful SDP negotiation. 
     4443     * 
     4444     * Default: PJ_FALSE 
     4445     */ 
     4446    pj_bool_t no_smart_media_update; 
    44364447}; 
    44374448 
Note: See TracChangeset for help on using the changeset viewer.