Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
6689ab01
Commit
6689ab01
authored
Aug 11, 2014
by
François Grisez
Browse files
Update desciption comment of linphone_call_params_set_record_file() function.
parent
7d94757a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
coreapi/linphonecall.c
coreapi/linphonecall.c
+3
-1
No files found.
coreapi/linphonecall.c
View file @
6689ab01
...
...
@@ -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
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment