From 74215e65aadaf16e27118b93914e7258c006565a Mon Sep 17 00:00:00 2001 From: Alex Errant <109672176+AlexErrant@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:10:39 -0500 Subject: [PATCH] default value for `connect` is `true` see https://github.com/livekit/components-js/blob/main/packages/react/src/hooks/useLiveKitRoom.ts#L12 --- src/components/LiveKitRoom.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LiveKitRoom.tsx b/src/components/LiveKitRoom.tsx index bf222f0e..bb1282f6 100644 --- a/src/components/LiveKitRoom.tsx +++ b/src/components/LiveKitRoom.tsx @@ -50,7 +50,7 @@ export interface LiveKitRoomProps { screen?: ScreenShareCaptureOptions | boolean; /** * If set to true a connection to LiveKit room is initiated. - * @defaultValue `false` + * @defaultValue `true` */ connect?: boolean; /**