diff --git a/bricks/rtc.js b/bricks/rtc.js index b39b11a..bc5be6b 100644 --- a/bricks/rtc.js +++ b/bricks/rtc.js @@ -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);