yanas
e24d5da0ef
Fix eslint errors
8 lat temu
yanas
74f31db434
Dialogs re-design, invite and password modifications
8 lat temu
hristoterezov
8fafd2b4ea
feat(SmallVideo.js): New interface.config property for dominant speaker icon disable
8 lat temu
Emil Ivov
224bbdf8a9
Fixes desktop expansion on filmstirp shortcut hide.
8 lat temu
Lyubomir Marinov
231cd49916
Remove duplication
8 lat temu
yanas
125e894624
Rename functions, fix jquery element ref and indentetation
8 lat temu
yanas
0e9835dde2
Restyles the toolbar button toggle state
8 lat temu
hristoterezov
6e4a710df6
feat(analytics): Add analytics permanent properties and use new paramenters format
8 lat temu
hristoterezov
47d39ed5ca
feat(iframe_api): Implement readyToClose event and hangup command
8 lat temu
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
8 lat temu
damencho
6320ef1caa
Updates raised hand to overwrite dominant speaker.
8 lat temu
Maxim Voloshin
2f92aa9645
Completely remove attributes to destroy tooltip properly
8 lat temu
damencho
da65bbaa2d
Updates remove tooltip util method.
Destroy is just hiding current tooltip, we also need to remove other attributes to stop showing the tooltip.
8 lat temu
Maxim Voloshin
664d7a4f67
Allow user to edit initial username
8 lat temu
Maxim Voloshin
6e90b767ef
Removed separate check for SPACE
8 lat temu
Maxim Voloshin
268a2ea7ce
Removed duplicates from keyboard shortcuts
8 lat temu
yanas
b58556b6c3
Fixes audio level algorithm.
8 lat temu
damencho
07f111abbd
Fixes hangup when callstats is disabled.
8 lat temu
yanas
3bb877cc3a
Audio levels redesign.
8 lat temu
hristoterezov
fcc9532bde
feat(log): Logs server field from jwt token
8 lat temu
damencho
15f4288e4a
Fixes some jshint errors.
8 lat temu
Maxim Voloshin
b2e0b49556
Updated JSDocs for 'TOOLTIP_POSITIONS' constant
8 lat temu
Maxim Voloshin
96735d47c4
Attached JSDocs for 'TOOLTIP_POSITIONS' constant
8 lat temu
Maxim Voloshin
87ed7b7989
Redesigned "setTooltip" method
8 lat temu
Maxim Voloshin
33078a868c
Spacebar is used to activate Push-To-Talk
8 lat temu
yanas
f10177a352
Fixes moderator notifications on moderator indicator disabled
8 lat temu
Maxim Voloshin
939b87ffed
Tooltiped elements are mardked with "data-tooltip" attribute
8 lat temu
yanas
08b2fbe30f
Fixes feedback message and button active state
8 lat temu
yanas
37dcc6c994
Improves the pin and hover borders
8 lat temu
yanas
6249ff89ff
Feedback window improvements.
8 lat temu
yanas
1c8535a2d5
Improves the pin and hover borders
8 lat temu
paweldomas
7585413e7d
fix(VideoLayout): from avatar to video transition
When user reconnected and the avatar is displayed we need to perform
full large video update in order to transition correctly.
8 lat temu
paweldomas
6e0ba1de33
ref(VideoLayout): rename 'videoConnectionMessage'
Renames 'videoConnectionMessage' to 'localConnectionMessage', because
it is displayed when we're having problems with our local connection
and a different one will be shown for the remote connectivity issues.
8 lat temu
paweldomas
661ea2cf45
feat(VideoLayout): add remote connection problems UI
Grey filter will be applied to the remote video/avatar displayed on
"large" and a message indicating remote connectivity issues will be
shown on top of that.
8 lat temu
Maxim Voloshin
212798ad19
Global handler for tooltips
8 lat temu
yanas
bb0f6e0989
Remove unused variable.
8 lat temu
paweldomas
42fd3097de
feat(VideoContainer): add 'wasVideoRendered' flag
The 'wasVideoRendered' flag will tell whether or not we have any video
image rendered(even if stalled) on the large video element.
8 lat temu
paweldomas
5952261e87
ref(LargeVideoManager): introduce 'setVideoConnectionMessage'
8 lat temu
paweldomas
5843c6c569
ref(LargeVideoManager): rename 'enableVideoProblemFilter'
8 lat temu
paweldomas
352e784cad
fix(VideoLayout): show video when the connection is back
8 lat temu
paweldomas
b8937e0349
fix(LargeVideoManager): hide video when avatar is displayed
8 lat temu
paweldomas
0aea799b50
doc(LargeVideoManager): fills missing JS doc
8 lat temu
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 lat temu
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 lat temu
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 lat temu
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 lat temu
paweldomas
fceb512a03
ref(SmallVideo): add 'isCurrentlyOnLargeVideo'
8 lat temu
paweldomas
4722054c3e
ref(SmallVideo): adds avatar selector
8 lat temu
paweldomas
9d1364b6fb
feat(RemoteVideo): show disconnected GSM bars for remotes
8 lat temu
paweldomas
8a43699a89
feat(ConnectionIndicator): show disconnected GSM bars on local thumbnail
8 lat temu