Changeset 5817 for pjproject/trunk/pjsip/src/pjsua2/endpoint.cpp
- Timestamp:
- Jul 3, 2018 3:23:05 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua2/endpoint.cpp
r5755 r5817 218 218 pua_cfg.nat_type_in_sdp = this->natTypeInSdp; 219 219 pua_cfg.enable_unsolicited_mwi = this->mwiUnsolicitedEnabled; 220 pua_cfg.stun_try_ipv6 = this->stunTryIpv6; 221 pua_cfg.stun_ignore_failure = this->stunIgnoreFailure; 220 222 221 223 return pua_cfg;
Note: See TracChangeset
for help on using the changeset viewer.