aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-call.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-07-02 14:38:49 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-07-11 23:21:00 +0200
commit213c60b76d1c0455a4f95b927514de2ef1388ed5 (patch)
tree0f260b2db54d57937f1d318ade674dc4750288f0 /libmm-glib/mm-call.h
parent8bc38110c98566955de89b3af57910cedaedbf68 (diff)
api,call: new Multiparty boolean property
It will be set to TRUE if this call is part of a multiparty call.
Diffstat (limited to 'libmm-glib/mm-call.h')
-rw-r--r--libmm-glib/mm-call.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmm-glib/mm-call.h b/libmm-glib/mm-call.h
index 9344367b..d073120f 100644
--- a/libmm-glib/mm-call.h
+++ b/libmm-glib/mm-call.h
@@ -76,6 +76,8 @@ MMCallStateReason mm_call_get_state_reason (MMCall *self);
MMCallDirection mm_call_get_direction (MMCall *self);
+gboolean mm_call_get_multiparty (MMCall *self);
+
const gchar *mm_call_get_audio_port (MMCall *self);
gchar *mm_call_dup_audio_port (MMCall *self);