From 8d662ac8699eb4cc48ef4ee0772e62af2e56f079 Mon Sep 17 00:00:00 2001 From: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:59:06 -0400 Subject: [PATCH] update --- src/shapes/VideoChatShapeUtil.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shapes/VideoChatShapeUtil.tsx b/src/shapes/VideoChatShapeUtil.tsx index bb3d3bc..1f91984 100644 --- a/src/shapes/VideoChatShapeUtil.tsx +++ b/src/shapes/VideoChatShapeUtil.tsx @@ -22,8 +22,8 @@ export class VideoChatShape extends BaseBoxShapeUtil { getDefaultProps(): IVideoChatShape['props'] { return { roomUrl: null, - w: 640, - h: 480, + w: 6400, + h: 4800, userName: '' }; }