|
|
|
|
336
|
this.videoSpanId = "sharedVideoContainer";
|
336
|
this.videoSpanId = "sharedVideoContainer";
|
337
|
this.container = this.createContainer(this.videoSpanId);
|
337
|
this.container = this.createContainer(this.videoSpanId);
|
338
|
this.container.onclick = this.videoClick.bind(this);
|
338
|
this.container.onclick = this.videoClick.bind(this);
|
339
|
- this.bindHoverHandler();
|
|
|
340
|
|
339
|
|
341
|
SmallVideo.call(this, VideoLayout);
|
340
|
SmallVideo.call(this, VideoLayout);
|
342
|
this.isVideoMuted = true;
|
341
|
this.isVideoMuted = true;
|