api,call: new Multiparty boolean property

It will be set to TRUE if this call is part of a multiparty call.
This commit is contained in:
Aleksander Morgado
2019-07-02 14:38:49 +02:00
parent 8bc38110c9
commit 213c60b76d
9 changed files with 60 additions and 11 deletions

View File

@@ -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.