Ignore:
Timestamp:
Oct 31, 2007 8:59:29 AM (16 years ago)
Author:
bennylp
Message:

More ticket #399: added PJSUA API to retrieve the remote NAT type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h

    r1529 r1533  
    5353    pj_timer_entry       refresh_tm;/**< Timer to send re-INVITE.           */ 
    5454    pj_timer_entry       hangup_tm; /**< Timer to hangup call.              */ 
     55    pj_stun_nat_type     rem_nat_type; /**< NAT type of remote endpoint.    */ 
    5556 
    5657    char    last_text_buf_[128];    /**< Buffer for last_text.              */ 
Note: See TracChangeset for help on using the changeset viewer.