Ignore:
Timestamp:
Oct 24, 2017 7:31:39 AM (7 years ago)
Author:
ming
Message:

Fixed #2052: Add option for pjsua callback on_stream_created to destroy application's supplied media port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp

    r5672 r5676  
    16651665                                    pj_pool_t *pool, 
    16661666                                    const pjmedia_sdp_session *rem_sdp); 
    1667     static void on_stream_created(pjsua_call_id call_id, 
    1668                                   pjmedia_stream *strm, 
    1669                                   unsigned stream_idx, 
    1670                                   pjmedia_port **p_port); 
     1667    static void on_stream_created2(pjsua_call_id call_id, 
     1668                                   pjsua_on_stream_created_param *param); 
    16711669    static void on_stream_destroyed(pjsua_call_id call_id, 
    16721670                                    pjmedia_stream *strm, 
Note: See TracChangeset for help on using the changeset viewer.