Changeset 422:5d97dc42efbe in mediastreamer2
- Timestamp:
- Apr 22, 2009 10:55:50 AM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/coreapi/exevents.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linphone/coreapi/exevents.c
r419 r422 875 875 osip_message_t *ans=NULL; 876 876 ms_message("Receiving VFU request !"); 877 #ifdef VIDEO_ENABLED 877 878 if (lc->videostream) 878 879 video_stream_send_vfu(lc->videostream); 880 #endif 879 881 eXosip_call_build_answer(ev->tid,200,&ans); 880 882 if (ans) … … 909 911 910 912 void linphone_call_message_new(LinphoneCore *lc, eXosip_event_t *ev){ 911 #ifdef VIDEO_ENABLED912 913 if (ev->request){ 913 914 if (MSG_IS_INFO(ev->request)){ … … 923 924 } 924 925 }else ms_warning("linphone_call_message_new: No request ?"); 925 #endif926 926 } 927 927
Note: See TracChangeset
for help on using the changeset viewer.
