Ignore:
Timestamp:
Jun 2, 2008 6:30:15 PM (16 years ago)
Author:
nanang
Message:

More ticket #61: enabled SRTP on Symbian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/symbian_ua/ua.cpp

    r1965 r1979  
    7878#define USE_ICE         1 
    7979 
     80// 
     81// Use SRTP? 
     82// 
     83#define USE_SRTP        PJSUA_DEFAULT_USE_SRTP 
    8084 
    8185// 
     
    290294    cfg.max_calls = 2; 
    291295    cfg.thread_cnt = 0; // Disable threading on Symbian 
     296    cfg.use_srtp = USE_SRTP; 
     297    cfg.srtp_secure_signaling = 0; 
     298     
    292299    cfg.cb.on_incoming_call = &on_incoming_call; 
    293300    cfg.cb.on_call_media_state = &on_call_media_state; 
Note: See TracChangeset for help on using the changeset viewer.