hristoterezov
1f7c5529e9
fix(remotecontrol): Pin the controlled participant only on remote control permissions granted
hace 9 años
hristoterezov
0453346cf4
ref(remotecontrol): Pass the largeVideoWrapper as parameter to remote control module
hace 9 años
hristoterezov
5d22061c0a
fix(remotecontrol): Handle on-stage participant changes
hace 9 años
hristoterezov
a4d5c41b3a
feat(remotecontrol): UI for requesting permissions
hace 9 años
hristoterezov
61f4b52a15
fix(filmstrip_only): Remove unrelated UI elements
hace 9 años
yanas
a5387b054a
Fix(RemoteVideo): Fixes remote video menu icon
hace 9 años
paweldomas
b58f1cdd16
use logger instead of console
hace 9 años
damencho
a079914603
Removes click handlers when popup is hidden.
hace 9 años
yanas
bb80bf4144
fix: Use a separate css class for thumbnail menu
hace 9 años
Boris Grozev
c0c198098b
style: Renames variables, adds a FIXME.
hace 9 años
hristoterezov
c41c219206
fix(Thumbnails): removes unused css classes
hace 9 años
Konstantyn Pahsura
9633919e32
css class for remote video specified
hace 9 años
Konstantyn Pahsura
76e55f1132
show/hide menu if elem hovered
hace 9 años
Ilya Daynatovich
30e717bd20
Rename classname; Refactor click on video method
hace 9 años
Ilya Daynatovich
d703271c96
Fix bug with resizing when using shortcut for switching btw videos
hace 9 años
hristoterezov
a8b69d5cd8
feat(MessageHandler): Implement dont show again utility
hace 9 años
hristoterezov
7e2fe30472
feat(JitsiLocalStorage): Implement localStorage wrapper
hace 9 años
hristoterezov
634a18e847
fix(Thubmnail_PopupMenu): the thumbnail should be considered hovered when the popup menu is hovered
hace 9 años
Ilya Daynatovich
138ed6a487
Fixed interface
hace 9 años
Ilya Daynatovich
d84d0b65ca
Adjust alignment of remote video menu
hace 9 años
damencho
e3edef2999
Renames videocontainer overlay to hoverOverlay.
hace 9 años
damencho
7acda03024
Adds an overlay to dim videos when showing displayname.
hace 9 años
damencho
5cead57723
Reverts hover over small video to show display name.
hace 9 años
yanas
a17a98991c
Ongoing work on video thumbnail layout
hace 9 años
yanas
3fe43abdea
Move the display name to the center
hace 9 años
hristoterezov
09c8e14465
feat(Mute_Participant): Implement warning dialog for muting remote participant
hace 9 años
hristoterezov
ea0f0da8a4
feat(JitsiPopover): Add onBeforePosition option
hace 9 años
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.
hace 9 años
Ilya Daynatovich
8f57179aa4
return default value
hace 9 años
Ilya Daynatovich
62af73ea09
Add new option to jitsi-popover
hace 9 años
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
hace 9 años
yanas
3bb877cc3a
Audio levels redesign.
hace 9 años
damencho
15f4288e4a
Fixes some jshint errors.
hace 9 años
yanas
37dcc6c994
Improves the pin and hover borders
hace 9 años
yanas
1c8535a2d5
Improves the pin and hover borders
hace 9 años
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.
hace 9 años
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.
hace 9 años
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.
hace 9 años
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.
hace 9 años
paweldomas
fceb512a03
ref(SmallVideo): add 'isCurrentlyOnLargeVideo'
hace 9 años
paweldomas
9d1364b6fb
feat(RemoteVideo): show disconnected GSM bars for remotes
hace 9 años
paweldomas
3ef5dd20ef
ref(RemoteVideo): store JitsiParticipant instead of id
hace 9 años
paweldomas
2c01fde713
ref(SmallVideo): rename 'isMuted' to avoid confusion
hace 9 años
yanas
1486eac752
Applies fixes to thumbnail video toolbar from m-voloshin
hace 9 años
yanas
0013745783
Video thumbnails redesign
hace 9 años
yanas
09f7615a35
Changes icon set.
hace 9 años
damencho
83546a899f
Revert "Temprorary disable kicks hack."
This reverts commit 76a7c7b426 .
hace 9 años
yanas
76a7c7b426
Temprorary disable kicks hack.
hace 9 años
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.
hace 9 años
yanas
da0898a066
Isolate object-fit fix for Windows Qt browser only
hace 9 años