Group call invite and reject events with a new tag

This commit is contained in:
ismailgulek
2021-01-20 13:13:04 +03:00
parent 963187ff51
commit 9c851d4a8c
2 changed files with 32 additions and 1 deletions
@@ -26,7 +26,8 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
RoomBubbleCellDataTagKeyVerificationNoDisplay,
RoomBubbleCellDataTagKeyVerificationRequestIncomingApproval,
RoomBubbleCellDataTagKeyVerificationRequest,
RoomBubbleCellDataTagKeyVerificationConclusion
RoomBubbleCellDataTagKeyVerificationConclusion,
RoomBubbleCellDataTagCall
};
/**