]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.h
add call recording feature to conference
[linphone] / coreapi / linphonecore.h
index 78193aaa0c7f7639f7db7a6f397fbaf7b9232d17..2c2168646c6d38f4073532fabd3f87eba10fff88 100644 (file)
@@ -1368,6 +1368,8 @@ float linphone_core_get_conference_local_input_volume(LinphoneCore *lc);
 
 int linphone_core_terminate_conference(LinphoneCore *lc);
 int linphone_core_get_conference_size(LinphoneCore *lc);
+int linphone_core_start_conference_recording(LinphoneCore *lc, const char *path);
+int linphone_core_stop_conference_recording(LinphoneCore *lc);
 
 int linphone_core_get_max_calls(LinphoneCore *lc);
 void linphone_core_set_max_calls(LinphoneCore *lc, int max);