hristoterezov
0453346cf4
ref(remotecontrol): Pass the largeVideoWrapper as parameter to remote control module
8 gadus atpakaļ
hristoterezov
a4d5c41b3a
feat(remotecontrol): UI for requesting permissions
8 gadus atpakaļ
hristoterezov
0f9bc766db
fix(filmstrip_only): JS errors
8 gadus atpakaļ
yanas
0f2ba1cefe
refactor(UIUtils): merges show and hide functions and cleans visibility setting
8 gadus atpakaļ
paweldomas
51da40e90c
ref(UIUtil): add showOrHideElement
8 gadus atpakaļ
damencho
6211566c0c
Sending unpin after clicking local video and unpinning remote.
If we:
- pin a remote and click it, unpin is signalled.
- pin a remote and the click another remote, the new one is pinned and signalled.
- pin a remote and then click local. UI pins local, but unpinning remote is not signaled, fix addressed with this commit.
- pin/unpin local, nothing is signalled.
8 gadus atpakaļ
damencho
8e6fd0ca95
Fixes unpinning local user which is dominant speaker.
It was not switching and staying on local video on unpinning, after change the last shown video will be used to switch to it.
8 gadus atpakaļ
paweldomas
b58f1cdd16
use logger instead of console
8 gadus atpakaļ
Ilya Daynatovich
5aff96e3b7
Updated in videolayout
8 gadus atpakaļ
Maxim Voloshin
68ab87cc0d
Hide DOM elements using css class
8 gadus atpakaļ
Boris Grozev
c0c198098b
style: Renames variables, adds a FIXME.
8 gadus atpakaļ
Boris Grozev
ac0ee771ed
docs: Adds a FIXME.
8 gadus atpakaļ
Boris Grozev
0ca9389e4b
cleanup: Simplify code.
8 gadus atpakaļ
yanas
a17a98991c
Ongoing work on video thumbnail layout
8 gadus atpakaļ
damencho
bbe475cb4e
Fixes review comments.
Uses some ES6 syntax. Also removes inputHeight key for resolution as it makes no sence to have dictionary with one key. Removes some code duplication. Makes code consistent: method params for updateLocalStats and updateRemoteStats.
8 gadus atpakaļ
damencho
a2c71d05e6
Calculates quality based on the resolution and upload.
8 gadus atpakaļ
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
8 gadus atpakaļ
damencho
6320ef1caa
Updates raised hand to overwrite dominant speaker.
8 gadus atpakaļ
yanas
3bb877cc3a
Audio levels redesign.
8 gadus atpakaļ
yanas
37dcc6c994
Improves the pin and hover borders
8 gadus atpakaļ
yanas
1c8535a2d5
Improves the pin and hover borders
8 gadus atpakaļ
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 gadus atpakaļ
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 gadus atpakaļ
paweldomas
352e784cad
fix(VideoLayout): show video when the connection is back
8 gadus atpakaļ
paweldomas
9d1364b6fb
feat(RemoteVideo): show disconnected GSM bars for remotes
8 gadus atpakaļ
paweldomas
8a43699a89
feat(ConnectionIndicator): show disconnected GSM bars on local thumbnail
8 gadus atpakaļ
paweldomas
3ef5dd20ef
ref(RemoteVideo): store JitsiParticipant instead of id
8 gadus atpakaļ
yanas
af91fb50b2
Fixes moderator related elements when everyone is moderator
8 gadus atpakaļ
paweldomas
419950ca49
fix(VideoLayout): "connection interrupted" shown only on video
The message about having connectivity issues should be displayed only
on top of the video like the "video problems filter" is.
8 gadus atpakaļ
paweldomas
e39648ce21
ref(LargeVideo): rename to LargeVideoManager
It is confusing when the name of the main class exported from the file
is not the same as the filename.
8 gadus atpakaļ
paweldomas
e0a05c5908
ref(LargeVideo): move VideoContainer to separate file
VideoContainer is a separate being which implements the LargeContainer
and it's confusing to have it in the same file. This was encouraging to
access private parts of the VideoContainer directly(not through
the interface).
8 gadus atpakaļ
yanas
0013745783
Video thumbnails redesign
8 gadus atpakaļ
hristoterezov
dab5252746
feat(ringoverlay): Change the background when the avatar is displayed
8 gadus atpakaļ
damencho
a5bc9625ef
Fixes parameters for VideoLayout.resizeThumbnails.
8 gadus atpakaļ
yanas
8562d3d55d
Remove bottom toolbar and change side panel position and behavior
8 gadus atpakaļ
damencho
bb705e32d9
Moves local video thumb initializations where they belong.
Moves local video thumb initializations where they belong in the local video constructor. Fixes a problem when there is no video device, then audio levels and gsm bars are missing. We were doing this initializations every time a video device is changed.
8 gadus atpakaļ
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 gadus atpakaļ
Boris Grozev
de41977c77
Logs resolution changes to callstats.
8 gadus atpakaļ
hristoterezov
7bf9a82f0b
Implements conference reload support
8 gadus atpakaļ
Boris Grozev
2d2e27b8d0
Implements "raised hand".
9 gadus atpakaļ
Boris Grozev
4b6ac38058
Fixes a failure to show the dominant speaker indicator for the local participant.
9 gadus atpakaļ
hristoterezov
c3338d3bf2
Implements custom context menu to flip the local video
9 gadus atpakaļ
yanas
ab67b42eb9
Hide recorder local thumbnail
9 gadus atpakaļ
yanas
edf2f8114b
Make sure remote video exist before we use it
9 gadus atpakaļ
yanas
aeabad4891
Fix missing remote video exception
9 gadus atpakaļ
yanas
c881e7b640
Add hidden participant support
9 gadus atpakaļ
paweldomas
f2c9b8b7a5
Fix issue updating large video 'src' while on stage
9 gadus atpakaļ
yanas
e43c5ab54c
Add custom-role to presence and special view for Recorders
9 gadus atpakaļ
damencho
d48ef06ddb
Fixes and issue where: if we receive dominant speaker event just before the video start playing, this can override already pinned video.
9 gadus atpakaļ
damencho
9abc78ef24
Do not send SELECTED_ENDPOINT events for custom containers.
9 gadus atpakaļ