[Voice Broadcast] Aggregate the chunks of voice messages in room timeline (#6891)

This commit is contained in:
Yoan Pintas
2022-10-17 18:23:47 +02:00
committed by GitHub
parent bed02f8bc9
commit 58551e04c1
42 changed files with 1230 additions and 55 deletions
+4
View File
@@ -33,6 +33,7 @@
@class RoomDisplayConfiguration;
@class ThreadsCoordinatorBridgePresenter;
@class LiveLocationSharingBannerView;
@class VoiceBroadcastService;
NS_ASSUME_NONNULL_BEGIN
@@ -107,6 +108,9 @@ extern NSNotificationName const RoomGroupCallTileTappedNotification;
// The customized room data source for Vector
@property (nonatomic, nullable) RoomDataSource *customizedRoomDataSource;
// The voice broadcast service
@property (nonatomic, nullable) VoiceBroadcastService *voiceBroadcastService;
/**
Retrieve the live data source in cases where the timeline is not live.