css class for remote video specified
This commit is contained in:
parent
76e55f1132
commit
9633919e32
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue