Ignore:
Timestamp:
Oct 26, 2011 8:03:41 AM (12 years ago)
Author:
bennylp
Message:

Added video for TCP account (previous fix did not work, re #1400)

File:
1 edited

Legend:

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

    r3862 r3863  
    55965596 
    55975597        /* Add local account */ 
    5598         pjsua_acc_add_local(transport_id, PJ_TRUE, NULL); 
     5598        pjsua_acc_add_local(transport_id, PJ_TRUE, &aid); 
    55995599        if (PJMEDIA_HAS_VIDEO) { 
    56005600            pjsua_acc_config acc_cfg; 
Note: See TracChangeset for help on using the changeset viewer.