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. --- cli/mmcli-call.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/mmcli-call.c') diff --git a/cli/mmcli-call.c b/cli/mmcli-call.c index 83a0c017..f3fd9382 100644 --- a/cli/mmcli-call.c +++ b/cli/mmcli-call.c @@ -162,6 +162,7 @@ print_call_info (MMCall *call) mmcli_output_string (MMC_F_CALL_GENERAL_DBUS_PATH, mm_call_get_path (call)); mmcli_output_string (MMC_F_CALL_PROPERTIES_NUMBER, mm_call_get_number (call)); mmcli_output_string (MMC_F_CALL_PROPERTIES_DIRECTION, mm_call_direction_get_string (mm_call_get_direction (call))); + mmcli_output_string (MMC_F_CALL_PROPERTIES_MULTIPARTY, mm_call_get_multiparty (call) ? "yes" : "no"); mmcli_output_string (MMC_F_CALL_PROPERTIES_STATE, mm_call_state_get_string (mm_call_get_state (call))); mmcli_output_string (MMC_F_CALL_PROPERTIES_STATE_REASON, mm_call_state_reason_get_string (mm_call_get_state_reason (call))); mmcli_output_string (MMC_F_CALL_PROPERTIES_AUDIO_PORT, mm_call_get_audio_port (call)); -- cgit v1.2.3-70-g09d2