Ignore:
Timestamp:
Mar 25, 2015 3:41:21 AM (9 years ago)
Author:
nanang
Message:

Re #1823: Video settings on sample apps:

  • enabled video on pjsua CLI if video is configured
  • enabled video auto-rx/tx of any account on pjsua2 sample app
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_config.h

    r4492 r5022  
    3030                                     "--use-cli", 
    3131                                     "--no-cli-console", 
     32                                     "--quality=4", 
     33#if defined(PJMEDIA_HAS_VIDEO) && PJMEDIA_HAS_VIDEO 
     34                                     "--video", 
     35#endif 
    3236#if defined(PJ_SYMBIAN) && PJ_SYMBIAN 
    3337                                     /* Can't reuse address on E52 */ 
     
    3640                                     "--cli-telnet-port=2323", 
    3741#endif 
    38                                      "--quality=4", 
    3942#if defined(PJ_CONFIG_BB10) && PJ_CONFIG_BB10 
    4043                                     "--add-buddy=sip:169.254.0.2", 
Note: See TracChangeset for help on using the changeset viewer.