Changeset 5337 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h
- Timestamp:
- Jun 8, 2016 2:49:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h
r5326 r5337 284 284 285 285 pj_uint16_t next_rtp_port; /**< Next RTP port to be used. */ 286 pjsip_transport_type_e tp_type; /**< Transport type (for local acc or 287 transport binding) */ 286 288 } pjsua_acc; 287 289 … … 623 625 pj_bool_t pjsua_media_acc_is_using_stun(pjsua_acc_id acc_id); 624 626 627 /* acc use IPv6? */ 628 pj_bool_t pjsua_sip_acc_is_using_ipv6(pjsua_acc_id acc_id); 629 625 630 /* Get local transport address suitable to be used for Via or Contact address 626 631 * to send request to the specified destination URI.
Note: See TracChangeset
for help on using the changeset viewer.