ref(remote-video): remove redundant method
This commit is contained in:
parent
c2f5afe9c2
commit
28b153facf
|
@ -93,7 +93,7 @@ RemoteVideo.prototype.addRemoteVideoContainer = function() {
|
|||
|
||||
this.initBrowserSpecificProperties();
|
||||
|
||||
this.addRemoteVideoMenu();
|
||||
this.updateRemoteVideoMenu();
|
||||
|
||||
this.VideoLayout.resizeThumbnails(false, true);
|
||||
|
||||
|
@ -335,19 +335,6 @@ RemoteVideo.prototype._figureOutMutedWhileDisconnected = function() {
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Adds the remote video menu element for the given <tt>id</tt> in the
|
||||
* given <tt>parentElement</tt>.
|
||||
*
|
||||
*/
|
||||
RemoteVideo.prototype.addRemoteVideoMenu = function() {
|
||||
if (interfaceConfig.filmStripOnly) {
|
||||
return;
|
||||
}
|
||||
|
||||
this._generatePopupContent();
|
||||
};
|
||||
|
||||
/**
|
||||
* Removes the remote stream element corresponding to the given stream and
|
||||
* parent container.
|
||||
|
|
Loading…
Reference in New Issue