From 213c60b76d1c0455a4f95b927514de2ef1388ed5 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 2 Jul 2019 14:38:49 +0200 Subject: api,call: new Multiparty boolean property It will be set to TRUE if this call is part of a multiparty call. --- src/mm-base-call.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/mm-base-call.c') diff --git a/src/mm-base-call.c b/src/mm-base-call.c index 6ff7153d..ccf1222f 100644 --- a/src/mm-base-call.c +++ b/src/mm-base-call.c @@ -770,6 +770,19 @@ mm_base_call_get_state (MMBaseCall *self) return (MMCallState) mm_gdbus_call_get_state (MM_GDBUS_CALL (self)); } +gboolean +mm_base_call_get_multiparty (MMBaseCall *self) +{ + return mm_gdbus_call_get_multiparty (MM_GDBUS_CALL (self)); +} + +void +mm_base_call_set_multiparty (MMBaseCall *self, + gboolean multiparty) +{ + return mm_gdbus_call_set_multiparty (MM_GDBUS_CALL (self), multiparty); +} + /*****************************************************************************/ /* Current call index, only applicable while the call is ongoing * See 3GPP TS 22.030 [27], subclause 6.5.5.1. -- cgit v1.2.3-70-g09d2