css class for remote video specified

This commit is contained in:
Konstantyn Pahsura 2016-11-03 15:39:29 +02:00
parent 76e55f1132
commit 9633919e32
1 changed files with 1 additions and 1 deletions

View File

@ -629,7 +629,7 @@ RemoteVideo.prototype.removeRemoteVideoMenu = function() {
RemoteVideo.createContainer = function (spanId) {
let container = document.createElement('span');
container.id = spanId;
container.className = 'videocontainer';
container.className = 'videocontainer videocontainer_remote';
let indicatorBar = document.createElement('div');
indicatorBar.className = "videocontainer__toptoolbar";