Ignore:
Timestamp:
Apr 14, 2008 1:48:39 AM (16 years ago)
Author:
bennylp
Message:

More ticket #485: huge changeset to integrate TURN with ICE and PJSUA-LIB/pjsua. Still experimental

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/ice-turn07/pjmedia/include/pjmedia/transport_ice.h

    r1735 r1926  
    6363 *                      for logging purposes. 
    6464 * @param comp_cnt      Number of components to be created. 
    65  * @param stun_cfg      Pointer to STUN configuration settings. 
     65 * @param cfg           Pointer to configuration settings. 
    6666 * @param cb            Optional callbacks. 
    6767 * @param p_tp          Pointer to receive the media transport instance. 
     
    7272                                        const char *name, 
    7373                                        unsigned comp_cnt, 
    74                                         pj_stun_config *stun_cfg, 
     74                                        const pj_ice_strans_cfg *cfg, 
    7575                                        const pjmedia_ice_cb *cb, 
    7676                                        pjmedia_transport **p_tp); 
     
    105105 *                        no other host candidates will be added for this 
    106106 *                        socket. 
    107  * @param stun_srv      Address of the STUN server, or NULL if STUN server 
    108  *                      reflexive mapping is not to be used. 
    109  * @param turn_srv      Address of the TURN server, or NULL if TURN relay 
    110  *                      is not to be used. 
    111107 * 
    112108 * @return              PJ_SUCCESS when the initialization process has started 
     
    115111PJ_DECL(pj_status_t) pjmedia_ice_start_init(pjmedia_transport *tp, 
    116112                                            unsigned options, 
    117                                             const pj_sockaddr_in *start_addr, 
    118                                             const pj_sockaddr_in *stun_srv, 
    119                                             const pj_sockaddr_in *turn_srv); 
     113                                            const pj_sockaddr_in *start_addr); 
    120114 
    121115/** 
Note: See TracChangeset for help on using the changeset viewer.