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 1fbd3e376b
commit 464afe6406
2 changed files with 32 additions and 1 deletions
@@ -26,7 +26,8 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
RoomBubbleCellDataTagKeyVerificationNoDisplay,
RoomBubbleCellDataTagKeyVerificationRequestIncomingApproval,
RoomBubbleCellDataTagKeyVerificationRequest,
RoomBubbleCellDataTagKeyVerificationConclusion
RoomBubbleCellDataTagKeyVerificationConclusion,
RoomBubbleCellDataTagCall
};
/**