jiti-meet/modules/UI
Дамян Минков 90070d9e9f Fixes a problem not showing remote video menu in case of all moderators. (#2130)
Removes hasRemoteVideoMenu from RemoteVideo.
In some cases where mod_muc_allowners is enabled we do not see the remote video menu. The problem was in the order of initialization of remote video component.
RemoteVideo#constructor -> Remotevideo#addaddRemoteVideoContainer -> Remotevideo#addRemoteVideoMenu  -> RemoteVideo#hasRemoteVideoMenu = true
Then in VideoLayout#showModeratorIndicator -> !remoteVideo.hasRemoteVideoMenu -> remoteVideo.addRemoteVideoMenu().
2017-11-02 12:07:31 -07:00
..
audio_levels feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
authentication Moves login state of dialog to be first, to be the initial state. 2017-10-30 13:01:06 -05:00
avatar feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
etherpad feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
recording style(analytics): sendEvent -> sendAnalyticsEvent 2017-10-17 19:33:32 -05:00
shared_video style(analytics): sendEvent -> sendAnalyticsEvent 2017-10-17 19:33:32 -05:00
side_pannels style(analytics): sendEvent -> sendAnalyticsEvent 2017-10-17 19:33:32 -05:00
util feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
videolayout Fixes a problem not showing remote video menu in case of all moderators. (#2130) 2017-11-02 12:07:31 -07:00
UI.js Coding style 2017-10-16 15:37:13 -05:00
UIErrors.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00