Add voice broadcast state event (#6785)

This commit is contained in:
Yoan Pintas
2022-10-12 11:30:38 +02:00
committed by GitHub
parent b05160e221
commit 98aae7f667
17 changed files with 781 additions and 101 deletions
@@ -36,7 +36,8 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
RoomBubbleCellDataTagRoomCreationIntro,
RoomBubbleCellDataTagPoll,
RoomBubbleCellDataTagLocation,
RoomBubbleCellDataTagLiveLocation
RoomBubbleCellDataTagLiveLocation,
RoomBubbleCellDataTagVoiceBroadcast
};
/**