Ignore:
Timestamp:
May 9, 2018 6:58:48 AM (6 years ago)
Author:
ming
Message:

Fixed #2087: Support for RTP and RTCP multiplexing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/account.hpp

    r5775 r5788  
    850850    pjsua_ipv6_use      ipv6Use; 
    851851 
     852    /** 
     853     * Enable RTP and RTCP multiplexing. 
     854     */ 
     855    pj_bool_t           rtcpMuxEnabled; 
     856 
    852857public: 
    853858    /** 
Note: See TracChangeset for help on using the changeset viewer.