- Fix the RoomBubbleCellData tag management (Record/Playback/NoDisplay)

- Force the VB display even if the Labs flag is disabled. The Labs flag is only used now to block VB recording and sending
- Fix: Release VBService when the user stops the broadcast
This commit is contained in:
Giom Foret
2022-10-19 19:25:54 +02:00
parent 6cce2c51e6
commit 81241c14c6
4 changed files with 33 additions and 20 deletions
@@ -37,8 +37,9 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
RoomBubbleCellDataTagPoll,
RoomBubbleCellDataTagLocation,
RoomBubbleCellDataTagLiveLocation,
RoomBubbleCellDataTagVoiceBroadcastRecord,
RoomBubbleCellDataTagVoiceBroadcastPlayback,
RoomBubbleCellDataTagVoiceBroadcastRecord
RoomBubbleCellDataTagVoiceBroadcastNoDisplay
};
/**