- 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
committed by yostyle
parent 58f9feaae1
commit 1694a202da
2 changed files with 28 additions and 19 deletions
@@ -37,8 +37,9 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
RoomBubbleCellDataTagPoll,
RoomBubbleCellDataTagLocation,
RoomBubbleCellDataTagLiveLocation,
RoomBubbleCellDataTagVoiceBroadcastRecord,
RoomBubbleCellDataTagVoiceBroadcastPlayback,
RoomBubbleCellDataTagVoiceBroadcastRecord
RoomBubbleCellDataTagVoiceBroadcastNoDisplay
};
/**