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