Changeset 3851


Ignore:
Timestamp:
Oct 25, 2011 11:11:04 AM (12 years ago)
Author:
nanang
Message:

Re #1400: init video settings for pjsua app accounts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r3850 r3851  
    45124512 
    45134513                acc_cfg.rtp_cfg = app_config.rtp_cfg; 
     4514                app_config_init_video(&acc_cfg); 
    45144515 
    45154516                status = pjsua_acc_add(&acc_cfg, PJ_TRUE, NULL); 
     
    56385639        app_config.acc_cfg[i].reg_first_retry_interval = 60; 
    56395640 
     5641        app_config_init_video(&app_config.acc_cfg[i]); 
     5642 
    56405643        status = pjsua_acc_add(&app_config.acc_cfg[i], PJ_TRUE, NULL); 
    56415644        if (status != PJ_SUCCESS) 
Note: See TracChangeset for help on using the changeset viewer.