Introduce group call tiles

This commit is contained in:
ismailgulek
2021-03-17 19:39:41 +03:00
parent f416597f7c
commit 26e20334c5
7 changed files with 357 additions and 10 deletions
@@ -28,6 +28,7 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
RoomBubbleCellDataTagKeyVerificationRequest,
RoomBubbleCellDataTagKeyVerificationConclusion,
RoomBubbleCellDataTagCall,
RoomBubbleCellDataTagGroupCall,
RoomBubbleCellDataTagRoomCreationIntro
};