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