Ignore:
Timestamp:
May 17, 2006 5:17:39 PM (18 years ago)
Author:
bennylp
Message:

Major modification in pjmedia to split stream transport into separate functionality, to allow using custom transports with streams

File:
1 edited

Legend:

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

    r438 r452  
    103103                                         call was triggered by xfer.        */ 
    104104    pjmedia_sock_info    skinfo;    /**< Preallocated media sockets.        */ 
     105    pjmedia_transport   *med_tp;    /**< Media transport.                   */ 
    105106    void                *app_data;  /**< Application data.                  */ 
    106107    pj_timer_entry       refresh_tm;/**< Timer to send re-INVITE.           */ 
Note: See TracChangeset for help on using the changeset viewer.