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/src/pjsua-lib/pjsua_acc.c

    r5784 r5788  
    13391339    acc->cfg.nat64_opt = cfg->nat64_opt; 
    13401340    acc->cfg.ipv6_media_use = cfg->ipv6_media_use; 
     1341    acc->cfg.enable_rtcp_mux = cfg->enable_rtcp_mux; 
    13411342 
    13421343    /* STUN and Media customization */ 
Note: See TracChangeset for help on using the changeset viewer.