update
This commit is contained in:
parent
a2d7ab4af0
commit
a0bba93055
|
|
@ -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: ''
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue