Ignore:
Timestamp:
Apr 11, 2011 5:27:14 PM (13 years ago)
Author:
bennylp
Message:

Re #1185: fixed ICE media transport to work with video in pjsua-lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjsip/src/pjsua-lib/pjsua_media.c

    r3518 r3520  
    10681068        ++comp_cnt; 
    10691069 
    1070     status = pjmedia_ice_create(pjsua_var.med_endpt, name, comp_cnt, 
    1071                                 &ice_cfg, &ice_cb, &call_med->tp); 
     1070    status = pjmedia_ice_create3(pjsua_var.med_endpt, name, comp_cnt, 
     1071                                 &ice_cfg, &ice_cb, 0, call_med, 
     1072                                 &call_med->tp); 
    10721073    if (status != PJ_SUCCESS) { 
    10731074        pjsua_perror(THIS_FILE, "Unable to create ICE media transport", 
Note: See TracChangeset for help on using the changeset viewer.