Ignore:
Timestamp:
May 24, 2013 4:27:59 AM (11 years ago)
Author:
nanang
Message:

Fixed #1670:

  • Added 'no_rtcp_sdes_bye' to 'pjsua_media_config'.
  • Modified behaviour of video stream in PJSUA to match audio stream behaviour, i.e: always send RTCP SDES when stream starts/stops and send RTCP BYE when stream stops, regardless whether 'no_rtcp_sdes_bye' is set.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r4463 r4524  
    56625662     */ 
    56635663    pj_bool_t no_smart_media_update; 
     5664 
     5665    /** 
     5666     * Omit RTCP SDES and BYE in outgoing RTCP packet, this setting will be 
     5667     * applied for both audio and video streams. Note that, when RTCP SDES 
     5668     * and BYE are set to be omitted, RTCP SDES will still be sent once when 
     5669     * the stream starts/stops and RTCP BYE will be sent once when the stream 
     5670     * stops. 
     5671     * 
     5672     * Default: PJ_FALSE 
     5673     */ 
     5674    pj_bool_t no_rtcp_sdes_bye; 
    56645675}; 
    56655676 
Note: See TracChangeset for help on using the changeset viewer.