]> sjero.net Git - linphone/blobdiff - coreapi/private.h
support for in call MESSAGEs
[linphone] / coreapi / private.h
index 50de9c9c6fd194bebf780de26516a05cfa72aa94..d3da450b95c37eacc3837be10f9c01a3e45d112f 100644 (file)
@@ -177,6 +177,7 @@ void linphone_core_start_media_streams(LinphoneCore *lc, struct _LinphoneCall *c
 void linphone_core_stop_media_streams(LinphoneCore *lc, struct _LinphoneCall *call);
 const char * linphone_core_get_identity(LinphoneCore *lc);
 const char * linphone_core_get_route(LinphoneCore *lc);
+bool_t linphone_core_is_in_communication_with(LinphoneCore *lc, const char *to);
 void linphone_core_start_waiting(LinphoneCore *lc, const char *purpose);
 void linphone_core_update_progress(LinphoneCore *lc, const char *purpose, float progresses);
 void linphone_core_stop_waiting(LinphoneCore *lc);