Add device_id and record tag

This commit is contained in:
yostyle
2022-10-19 13:10:59 +02:00
parent cb0224abf8
commit c51296c691
11 changed files with 53 additions and 28 deletions
@@ -37,7 +37,8 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
RoomBubbleCellDataTagPoll,
RoomBubbleCellDataTagLocation,
RoomBubbleCellDataTagLiveLocation,
RoomBubbleCellDataTagVoiceBroadcast
RoomBubbleCellDataTagVoiceBroadcastPlayback,
RoomBubbleCellDataTagVoiceBroadcastRecord
};
/**