Ignore:
Timestamp:
Jan 23, 2008 8:39:07 PM (16 years ago)
Author:
bennylp
Message:

Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated applications because of the changes. This is a major modification back ported from SRTP branch. See ticket #61 for changelog detail of this commit

File:
1 edited

Legend:

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

    r1530 r1735  
    286286     * the SDP). 
    287287     */ 
    288     { 
    289         pjmedia_transport_udp_info udp_info; 
    290  
    291         pjmedia_transport_udp_get_info(g_med_transport, &udp_info); 
    292         pj_memcpy(&g_med_skinfo, &udp_info.skinfo,  
    293                   sizeof(pjmedia_sock_info)); 
    294     } 
     288    pjmedia_transport_get_info(g_med_transport, &g_med_skinfo); 
    295289 
    296290 
Note: See TracChangeset for help on using the changeset viewer.