hristoterezov
5d22061c0a
fix(remotecontrol): Handle on-stage participant changes
8 anni fa
hristoterezov
a4d5c41b3a
feat(remotecontrol): UI for requesting permissions
8 anni fa
hristoterezov
61f4b52a15
fix(filmstrip_only): Remove unrelated UI elements
8 anni fa
yanas
a5387b054a
Fix(RemoteVideo): Fixes remote video menu icon
8 anni fa
paweldomas
b58f1cdd16
use logger instead of console
8 anni fa
damencho
a079914603
Removes click handlers when popup is hidden.
8 anni fa
yanas
bb80bf4144
fix: Use a separate css class for thumbnail menu
8 anni fa
Boris Grozev
c0c198098b
style: Renames variables, adds a FIXME.
8 anni fa
hristoterezov
c41c219206
fix(Thumbnails): removes unused css classes
8 anni fa
Konstantyn Pahsura
9633919e32
css class for remote video specified
8 anni fa
Konstantyn Pahsura
76e55f1132
show/hide menu if elem hovered
8 anni fa
Ilya Daynatovich
30e717bd20
Rename classname; Refactor click on video method
8 anni fa
Ilya Daynatovich
d703271c96
Fix bug with resizing when using shortcut for switching btw videos
8 anni fa
hristoterezov
a8b69d5cd8
feat(MessageHandler): Implement dont show again utility
8 anni fa
hristoterezov
7e2fe30472
feat(JitsiLocalStorage): Implement localStorage wrapper
8 anni fa
hristoterezov
634a18e847
fix(Thubmnail_PopupMenu): the thumbnail should be considered hovered when the popup menu is hovered
8 anni fa
Ilya Daynatovich
138ed6a487
Fixed interface
8 anni fa
Ilya Daynatovich
d84d0b65ca
Adjust alignment of remote video menu
8 anni fa
damencho
e3edef2999
Renames videocontainer overlay to hoverOverlay.
8 anni fa
damencho
7acda03024
Adds an overlay to dim videos when showing displayname.
8 anni fa
damencho
5cead57723
Reverts hover over small video to show display name.
8 anni fa
yanas
a17a98991c
Ongoing work on video thumbnail layout
8 anni fa
yanas
3fe43abdea
Move the display name to the center
8 anni fa
hristoterezov
09c8e14465
feat(Mute_Participant): Implement warning dialog for muting remote participant
8 anni fa
hristoterezov
ea0f0da8a4
feat(JitsiPopover): Add onBeforePosition option
8 anni fa
damencho
5217bf0bb8
Removes translateString and use translateElement.
Removing translateString forces using data-i18n attributes, to make sure we do not forget to set them. Missing data-i18n attributes is a problem with late loading where we can end up without translation, without text. Missing data-i18n attributes is also problem that strings will not be translated when changing language.
Fixes a bug in invite dialog, where remove password button was shown for non moderators.
8 anni fa
Ilya Daynatovich
8f57179aa4
return default value
8 anni fa
Ilya Daynatovich
62af73ea09
Add new option to jitsi-popover
8 anni fa
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
8 anni fa
yanas
3bb877cc3a
Audio levels redesign.
8 anni fa
damencho
15f4288e4a
Fixes some jshint errors.
8 anni fa
yanas
37dcc6c994
Improves the pin and hover borders
8 anni fa
yanas
1c8535a2d5
Improves the pin and hover borders
8 anni fa
paweldomas
46766ec239
fix(RemoteVideo): avoid black thumbnail
When the user is having connectivity issues we use the image cached in
the video element to show the preview in greyscale. It looks like this
cached image gets invalided after prolonged periods of time the video
element being hidden(and it is hidden when the video is muted). So we
never show this image if the user gets muted during connectivity
disruption in order to avoid blackness.
8 anni fa
paweldomas
66bbc4d9fd
fix(RemoteVideo): change hasVideoStarted logic
We used to rely on 'currentTime' of the video element, but we execute
'updateView' from the 'onplay' callback and on fast machines it may
happen that the value is 0 even though the video has just started.
8 anni fa
paweldomas
40f2c593a2
ref(SmallVideo): figure out what is to be displayed
At any point of time we display one of the three: video, avatar or
blackness. The purpose of this commit is to make that fact more clear
in the code.
8 anni fa
paweldomas
30cb948dcf
feat(SmallVideo): make thumbnail grey
The video or the avatar on a thumbnail will be displayed in greyscale
when the user is having connectivity issues.
8 anni fa
paweldomas
fceb512a03
ref(SmallVideo): add 'isCurrentlyOnLargeVideo'
8 anni fa
paweldomas
9d1364b6fb
feat(RemoteVideo): show disconnected GSM bars for remotes
8 anni fa
paweldomas
3ef5dd20ef
ref(RemoteVideo): store JitsiParticipant instead of id
8 anni fa
paweldomas
2c01fde713
ref(SmallVideo): rename 'isMuted' to avoid confusion
8 anni fa
yanas
1486eac752
Applies fixes to thumbnail video toolbar from m-voloshin
8 anni fa
yanas
0013745783
Video thumbnails redesign
8 anni fa
yanas
09f7615a35
Changes icon set.
8 anni fa
damencho
83546a899f
Revert "Temprorary disable kicks hack."
This reverts commit 76a7c7b426 .
8 anni fa
yanas
76a7c7b426
Temprorary disable kicks hack.
8 anni fa
damencho
246ab88a3e
Fixes muting particular remote participant.
There was a bug that the handlers for menuItem for mute and kick are added for all remote participants. When clicked multiple handlers are executed and the action will be executed for all remote participants.
8 anni fa
yanas
da0898a066
Isolate object-fit fix for Windows Qt browser only
8 anni fa
yanas
5654d34ee8
Fix remote participant menu for moderator
8 anni fa
damencho
74ece3a775
Uses videoType from the video track for the initial value.
Handles the case where the remote track is with initial value of camera and no further events are received for video type changed.
8 anni fa