From 6689ab019e9437618b84c534613e24fd824c60a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Mon, 11 Aug 2014 15:10:32 +0200 Subject: [PATCH] Update desciption comment of linphone_call_params_set_record_file() function. --- coreapi/linphonecall.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c index f8c6d1d72..c650894b3 100644 --- a/coreapi/linphonecall.c +++ b/coreapi/linphonecall.c @@ -2771,7 +2771,9 @@ uint64_t linphone_call_stats_get_late_packets_cumulative_number(const LinphoneCa * The call recording can be started and paused after the call is established with * linphone_call_start_recording() and linphone_call_pause_recording(). * @param cp the call parameters - * @param path path and filename of the file where audio is written. + * @param path path and filename of the file where audio/video streams are written. + * The filename must have either .mkv or .wav extention. The video stream will be written + * only if a MKV file is given. **/ void linphone_call_params_set_record_file(LinphoneCallParams *cp, const char *path){ if (cp->record_file){