From b58824caccc48fcfd21f092ea2f461c6bf4e5ea9 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Mon, 2 Dec 2024 11:27:16 +0000 Subject: [PATCH] Drop autoplay since we now subscribe correctly. --- src/room/CallEventAudioRenderer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/room/CallEventAudioRenderer.tsx b/src/room/CallEventAudioRenderer.tsx index 45df8f85..176ca109 100644 --- a/src/room/CallEventAudioRenderer.tsx +++ b/src/room/CallEventAudioRenderer.tsx @@ -91,7 +91,7 @@ export function CallEventAudioRenderer({ // Will play as soon as it's mounted, which is what we want as this will // play when the call is entered. <> -