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/docs/doxygen.cfg

    r2037 r3313  
    854854                         PJ_HAS_EVENT_OBJ=1 \ 
    855855                         PJ_HAS_TCP=1 \ 
    856                          PJMEDIA_HAS_SRTP=1 
     856                         PJMEDIA_HAS_SRTP=1 \ 
     857                         PJMEDIA_STREAM_ENABLE_KA=1 
    857858 
    858859# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then  
Note: See TracChangeset for help on using the changeset viewer.