]> sjero.net Git - linphone/blobdiff - coreapi/linphonecall.c
Added function to request other side to send VFU.
[linphone] / coreapi / linphonecall.c
index 89e730a74f470c98b50725e6a7bf236a86092c48..393305f5439afb72e35dcc18af8b232480c47fea 100644 (file)
@@ -973,3 +973,11 @@ void linphone_call_stop_media_streams(LinphoneCall *call){
        }
 }
 
+/**
+ * Request remote side to send us VFU.
+**/
+void linphone_call_send_vfu_request(LinphoneCall *call)
+{
+       LinphoneCall *call=linphone_core_get_current_call(lc);
+               sal_call_send_vfu_request(call->op);
+}