|
@@ -93,7 +93,7 @@ RemoteVideo.prototype.addRemoteVideoContainer = function() {
|
93
|
93
|
|
94
|
94
|
this.initBrowserSpecificProperties();
|
95
|
95
|
|
96
|
|
- this.addRemoteVideoMenu();
|
|
96
|
+ this.updateRemoteVideoMenu();
|
97
|
97
|
|
98
|
98
|
this.VideoLayout.resizeThumbnails(false, true);
|
99
|
99
|
|
|
@@ -335,19 +335,6 @@ RemoteVideo.prototype._figureOutMutedWhileDisconnected = function() {
|
335
|
335
|
}
|
336
|
336
|
};
|
337
|
337
|
|
338
|
|
-/**
|
339
|
|
- * Adds the remote video menu element for the given <tt>id</tt> in the
|
340
|
|
- * given <tt>parentElement</tt>.
|
341
|
|
- *
|
342
|
|
- */
|
343
|
|
-RemoteVideo.prototype.addRemoteVideoMenu = function() {
|
344
|
|
- if (interfaceConfig.filmStripOnly) {
|
345
|
|
- return;
|
346
|
|
- }
|
347
|
|
-
|
348
|
|
- this._generatePopupContent();
|
349
|
|
-};
|
350
|
|
-
|
351
|
338
|
/**
|
352
|
339
|
* Removes the remote stream element corresponding to the given stream and
|
353
|
340
|
* parent container.
|