Ignore:
Timestamp:
Oct 14, 2009 1:13:18 PM (15 years ago)
Author:
bennylp
Message:

Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the default candidate has changed

  • done
  • added pj_ice_strans_state (to be used for informational purposes for now)
  • added pjmedia ICE transport specific info, and display it in call dump output
  • misc fixes (changed pjmedia_transport_info.spec_info_cnt from int to unsigned)
File:
1 edited

Legend:

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

    r2874 r2945  
    8383    pj_bool_t            med_tp_auto_del; /**< May delete media transport   */ 
    8484    pjsua_med_tp_st      med_tp_st; /**< Media transport state              */ 
     85    pj_sockaddr          med_rtp_addr; /**< Current RTP source address 
     86                                            (used to update ICE default 
     87                                            address)                        */ 
    8588    pj_stun_nat_type     rem_nat_type; /**< NAT type of remote endpoint.    */ 
    8689    pjmedia_srtp_use     rem_srtp_use; /**< Remote's SRTP usage policy.     */ 
Note: See TracChangeset for help on using the changeset viewer.