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: '' }; }