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