SDA-4114: Presence - Able to check, uncheck In a meeting presence in system tray

This commit is contained in:
NguyenTranHoangSym 2023-03-21 12:13:19 +07:00 committed by Salah Benmoussati
parent 16b7caff39
commit 5f4fd981ec

View File

@ -148,6 +148,12 @@ class PresenceStatus {
visible:
isMana && presence.statusGroup === EPresenceStatusGroup.MEETING,
checked: presence.statusGroup === EPresenceStatusGroup.MEETING,
click: () => {
this.handlePresenceChange(
EPresenceStatusCategory.IN_A_MEETING,
EPresenceStatusGroup.MEETING,
);
},
},
{
label: i18n.t(EPresenceStatusCategory.AVAILABLE, presenceNamespace)(),