diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-02 14:38:49 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-11 23:21:00 +0200 |
commit | 213c60b76d1c0455a4f95b927514de2ef1388ed5 (patch) | |
tree | 0f260b2db54d57937f1d318ade674dc4750288f0 /cli/mmcli-output.h | |
parent | 8bc38110c98566955de89b3af57910cedaedbf68 (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 'cli/mmcli-output.h')
-rw-r--r-- | cli/mmcli-output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h index 7793f797..024d2440 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -243,6 +243,7 @@ typedef enum { MMC_F_CALL_GENERAL_DBUS_PATH, MMC_F_CALL_PROPERTIES_NUMBER, MMC_F_CALL_PROPERTIES_DIRECTION, + MMC_F_CALL_PROPERTIES_MULTIPARTY, MMC_F_CALL_PROPERTIES_STATE, MMC_F_CALL_PROPERTIES_STATE_REASON, MMC_F_CALL_PROPERTIES_AUDIO_PORT, |