Convert reaction sounds to call view model / rxjs

This commit is contained in:
Half-Shot
2024-12-09 14:58:51 +00:00
parent fbfa8c3e1d
commit 081221731e
3 changed files with 54 additions and 30 deletions
+1 -1
View File
@@ -642,7 +642,7 @@ export const InCallView: FC<InCallViewProps> = ({
<RoomAudioRenderer />
{renderContent()}
<CallEventAudioRenderer vm={vm} />
<ReactionsAudioRenderer />
<ReactionsAudioRenderer vm={vm} />
<ReactionsOverlay vm={vm} />
{footer}
{layout.type !== "pip" && (