Changeset 3863
- Timestamp:
- Oct 26, 2011 8:03:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r3862 r3863 5596 5596 5597 5597 /* Add local account */ 5598 pjsua_acc_add_local(transport_id, PJ_TRUE, NULL);5598 pjsua_acc_add_local(transport_id, PJ_TRUE, &aid); 5599 5599 if (PJMEDIA_HAS_VIDEO) { 5600 5600 pjsua_acc_config acc_cfg;
Note: See TracChangeset
for help on using the changeset viewer.