Ignore:
Timestamp:
Sep 23, 2019 7:25:41 AM (5 years ago)
Author:
ming
Message:

Fixed #2229: Limitations in ICE data sending

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/footprint.c

    r6035 r6071  
    223223    pj_ice_strans_start_ice(NULL, NULL, NULL, 0, NULL); 
    224224    pj_ice_strans_stop_ice(NULL); 
    225     pj_ice_strans_sendto(NULL, 0, NULL, 0, NULL, 0); 
     225    pj_ice_strans_sendto2(NULL, 0, NULL, 0, NULL, 0); 
    226226#endif 
    227227 
Note: See TracChangeset for help on using the changeset viewer.