Ignore:
Timestamp:
Feb 21, 2008 10:08:27 AM (16 years ago)
Author:
bennylp
Message:

Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c

    r1806 r1810  
    860860 
    861861    /* Give the SDP to media transport */ 
    862     status = pjmedia_transport_media_create(call->med_tp, pool,  
     862    status = pjmedia_transport_media_create(call->med_tp, pool, 0, 
    863863                                            sdp, rem_sdp, MEDIA_IDX); 
    864864    if (status != PJ_SUCCESS) { 
Note: See TracChangeset for help on using the changeset viewer.