Changeset 5659 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_cli.c
- Timestamp:
- Sep 25, 2017 2:58:42 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_cli.c
r5654 r5659 2915 2915 2916 2916 #if PJSUA_HAS_VIDEO 2917 static pj_status_t add_video_command(pj_cli_t *c li)2917 static pj_status_t add_video_command(pj_cli_t *c) 2918 2918 { 2919 2919 char* video_command = … … 3054 3054 3055 3055 pj_str_t xml = pj_str(video_command); 3056 return pj_cli_add_cmd_from_xml(c li, NULL,3056 return pj_cli_add_cmd_from_xml(c, NULL, 3057 3057 &xml, cmd_video_handler, 3058 3058 NULL, get_choice_value);
Note: See TracChangeset
for help on using the changeset viewer.