Changeset 1979 for pjproject/trunk/pjsip-apps/src/symbian_ua/ua.cpp
- Timestamp:
- Jun 2, 2008 6:30:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/symbian_ua/ua.cpp
r1965 r1979 78 78 #define USE_ICE 1 79 79 80 // 81 // Use SRTP? 82 // 83 #define USE_SRTP PJSUA_DEFAULT_USE_SRTP 80 84 81 85 // … … 290 294 cfg.max_calls = 2; 291 295 cfg.thread_cnt = 0; // Disable threading on Symbian 296 cfg.use_srtp = USE_SRTP; 297 cfg.srtp_secure_signaling = 0; 298 292 299 cfg.cb.on_incoming_call = &on_incoming_call; 293 300 cfg.cb.on_call_media_state = &on_call_media_state;
Note: See TracChangeset
for help on using the changeset viewer.