Ignore:
Timestamp:
Sep 20, 2010 6:13:02 AM (14 years ago)
Author:
nanang
Message:

Closed #1129:

  • Added run-time configuration for activating/deactivating stream keep-alive (non-codec-VAD mechanism), also added this config to account settings.
  • Fixed bug wrong session info pointer "si" in pjsua_media_channel_update() when call audio index is not zero.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/stream.h

    r3237 r3313  
    128128                                         delay in msec (-1 for default).    */ 
    129129    int                 jb_max;     /**< Jitter buffer max delay in msec.   */ 
     130 
     131#if defined(PJMEDIA_STREAM_ENABLE_KA) && PJMEDIA_STREAM_ENABLE_KA!=0 
     132    pj_bool_t           use_ka;     /**< Stream keep-alive and NAT hole punch 
     133                                         (see @ref PJMEDIA_STREAM_ENABLE_KA) 
     134                                         is enabled?                        */ 
     135#endif 
    130136}; 
    131137 
Note: See TracChangeset for help on using the changeset viewer.