From b0dbb9e79617a8e1d6c03c2ea39cbaa858928c23 Mon Sep 17 00:00:00 2001 From: James Hush Date: Mon, 6 May 2024 10:37:51 +0200 Subject: [PATCH] startAudioOff true demo --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 8a472f24..1f6db0f1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -205,6 +205,8 @@ export default function App() { .join({ url: dailyRoomUrl, token: dailyMeetingToken, + startAudioOff: true, + startVideoOff: false, }) .catch((err) => { console.error("Error joining room:", err);