From b74ae75fa80f80523e316e00edb3dd50434a5eb0 Mon Sep 17 00:00:00 2001 From: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:52:17 -0500 Subject: [PATCH] turn off cloud recording due to plan --- src/shapes/VideoChatShapeUtil.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shapes/VideoChatShapeUtil.tsx b/src/shapes/VideoChatShapeUtil.tsx index 5a0cb53..4190ed2 100644 --- a/src/shapes/VideoChatShapeUtil.tsx +++ b/src/shapes/VideoChatShapeUtil.tsx @@ -114,7 +114,7 @@ export class VideoChatShape extends BaseBoxShapeUtil { start_audio_off: true, start_video_off: true, enable_screenshare: true, - enable_recording: "cloud", + enable_recording: true, max_participants: 8, enable_network_ui: true, enable_prejoin_ui: true,