First part of the voice broadcast recording feature

This commit is contained in:
Philippe Loriaux
2022-10-19 18:25:29 +02:00
parent 477f0790a6
commit 852586ef7b
28 changed files with 1036 additions and 0 deletions
@@ -178,6 +178,11 @@ typedef NS_ENUM(NSUInteger, RoomTimelineCellIdentifier) {
RoomTimelineCellIdentifierOutgoingVoiceBroadcastWithoutSenderInfo,
RoomTimelineCellIdentifierOutgoingVoiceBroadcastWithPaginationTitle,
// - Voice broadcast recorder
RoomTimelineCellIdentifierOutgoingVoiceBroadcastRecorder,
RoomTimelineCellIdentifierOutgoingVoiceBroadcastRecorderWithoutSenderInfo,
RoomTimelineCellIdentifierOutgoingVoiceBroadcastRecorderWithPaginationTitle,
// - Others
RoomTimelineCellIdentifierEmpty,
RoomTimelineCellIdentifierSelectedSticker,