Ignore:
Timestamp:
May 10, 2016 2:58:41 PM (8 years ago)
Author:
riza
Message:

Fixed #1914: onCreateMediaTransport() callback might not be called on PJSUA2.

File:
1 edited

Legend:

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

    r5273 r5288  
    190190    pj_bool_t            reinv_pending;/**< Pending until CONFIRMED state.  */ 
    191191    pj_bool_t            reinv_ice_sent;/**< Has reinvite for ICE upd sent? */ 
     192    pjsip_rx_data       *incoming_data;/**< Cloned incoming call rdata. 
     193                                            On pjsua2, when handling incoming  
     194                                            call, onCreateMediaTransport() will 
     195                                            not be called since the call isn't 
     196                                            created yet. This temporary  
     197                                            variable is used to handle such  
     198                                            case, see ticket #1916.         */ 
    192199}; 
    193200 
Note: See TracChangeset for help on using the changeset viewer.