Ignore:
Timestamp:
Mar 27, 2007 11:00:38 AM (17 years ago)
Author:
bennylp
Message:

ICE: added media index in pjmedia when handling SDP containing ICE candidates

File:
1 edited

Legend:

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

    r1106 r1108  
    823823        if (pjsua_var.media_cfg.enable_ice) { 
    824824            status = pjmedia_ice_start_ice(call->med_tp, call->inv->pool,  
    825                                            remote_sdp); 
     825                                           remote_sdp, 0); 
    826826            if (status != PJ_SUCCESS) 
    827827                return status; 
Note: See TracChangeset for help on using the changeset viewer.