This commit is contained in:
Jeff Emmett 2024-10-18 18:59:06 -04:00
parent eef601603a
commit 8d662ac869
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ export class VideoChatShape extends BaseBoxShapeUtil<IVideoChatShape> {
getDefaultProps(): IVideoChatShape['props'] {
return {
roomUrl: null,
w: 640,
h: 480,
w: 6400,
h: 4800,
userName: ''
};
}