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

View File

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