Changeset 5900 for pjproject


Ignore:
Timestamp:
Oct 18, 2018 5:32:22 AM (5 years ago)
Author:
ming
Message:

Re #2147 (misc): Fixed account modification lock codec setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c

    r5893 r5900  
    13331333    acc->cfg.ipv6_media_use = cfg->ipv6_media_use; 
    13341334    acc->cfg.enable_rtcp_mux = cfg->enable_rtcp_mux; 
     1335    acc->cfg.lock_codec = cfg->lock_codec; 
    13351336 
    13361337    /* STUN and Media customization */ 
Note: See TracChangeset for help on using the changeset viewer.