ref(remote-video): remove redundant method

This commit is contained in:
Leonard Kim 2017-11-14 11:16:03 -08:00 committed by yanas
parent c2f5afe9c2
commit 28b153facf
1 changed files with 1 additions and 14 deletions

View File

@ -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.