bugfix
This commit is contained in:
parent
d6564f1d03
commit
f27b5c1669
@ -33,8 +33,6 @@ bricks.RTCClient = class extends bricks.VBox {
|
||||
this.build_head();
|
||||
this.videobox = new bricks.ResponsableBox({css:'filler'});
|
||||
this.videobox.set_style('position', 'relative');
|
||||
this.localVideo = new bricks.VideoBox({width:'100%',height:'100%'});
|
||||
this.remoteVideo = new bricks.VideoBox({width:'25%', 'height':'25%'});
|
||||
this.videobox.add_widget(this.localVideo);
|
||||
this.videobox.add_widget(this.remoteVideo);
|
||||
this.add_widget(this.videobox);
|
||||
|
Loading…
Reference in New Issue
Block a user