Introduce group call tiles

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