Werner Fleischer
0a9985f5ca
fix(video-menu): match size of local and remote video menu icons
2021-10-19 11:35:37 +02:00
hmuresan
9f7a4f86d8
feat(context-menu) Show participants context menu overlaid in a portal
2021-10-06 14:06:59 +03:00
robertpin
eba58ad56b
fix(av-moderation) Show Mute button when participant is unmuted ( #10090 )
...
Show Mute button instead of always showing Ask to Unmute
Added aria-label
2021-10-04 14:05:53 +03:00
robertpin
1beed8c490
fix(av-moderation) Check for moderation support
...
Show av moderation toggles on mute all / stop everyone's video dialogs only if moderation is supported
Show Ask to Unmute only for moderators
2021-10-01 09:17:02 -05:00
Дамян Минков
62e5d6c139
fix: Fixes undefined error causing to stop reloads.
...
Jibri was hitting a problem where it reloads and in certain cases (remote user is screensharing) we hit this participant undefined, which stops reload and stops recording.
It is still not obvious why we try to render this on leaving the conference and for a participant that is not in the conference ... this re-render should not happen as this component should be removed from its parent when the participant is not existing.
2021-09-17 15:04:32 -05:00
Vlad Piersec
e278703c58
fix(context-menus) Don't show volume slider on iOS web
2021-09-16 14:56:55 +03:00
Horatiu Muresan
b801e0115d
fix(context-menus) Fix participant context menus/toolbar overflow menu
...
- on ipads, long touch open dialog now opens the context menu to the left of the thumbnail as expected
- on ipads, now we close context menus on tap out
- fix case when participant context menu's height > tileview videos' height causing scroll on videos pane
- keep toolbox open while the overflow menu is shown
- keep remote participant video thumbnail in filmstrip visible even if toolbox is hidden, if context menu is opened
- Fix bug where toolbox could be completely disabled
2021-09-14 10:43:52 +03:00
Horatiu Muresan
535bd81d61
fix(context-menu) Hide toolbars when participant context menu opened ( #9842 )
...
- hide toolbars only when in tile view
- fix community issue: https://github.com/jitsi/jitsi-meet/issues/9818
2021-09-10 15:17:57 +03:00
robertpin
1dc8bfa631
feat(av-moderation) Updated Advanced moderation ( #9875 )
...
Co-authored-by: Vlad Piersec <vlad.piersec@8x8.com>
2021-09-10 14:05:16 +03:00
Calin Chitu
036ef0f387
fix(video-menu) fixed position for horizontal filmstrip view
2021-08-17 13:54:54 +03:00
Calin Chitu
8d4cf7165e
feat(native-participants-pane) added action dialogs for context menu participant details and native community slider
2021-07-21 12:32:10 -05:00
hmuresan
b995221a2b
feat(thumbnails) Add changes to mobile context menu
...
- long touch on thumbnail opens context menu
- hide context menu icon
- add button for connection info to context menu
2021-07-06 16:46:53 +03:00
Steffen Kolmer
e9675453e1
feat: Make Jitsi WCAG 2.1 compliant ( #8921 )
...
* Make Jitsi WCAG 2.1 compliant
* Fixed password form keypress handling
* Added keypress handler to name form
* Removed unneccessary dom query
* Fixed mouse hove style
* Removed obsolete css rules
* accessibilty background feature
* Merge remote-tracking branch 'upstream/master' into nic/fix/merge-conflicts
* fix error
* add german translation
* Fixed merge issue
* Add id prop back to device selection
* Fixed lockfile
Co-authored-by: AHMAD KADRI <52747422+ahmadkadri@users.noreply.github.com>
2021-06-10 07:48:44 -05:00
Christoph Wiechert
79497cecba
Add: remoteVideoMenu.disableGrantModerator option ( #7534 )
...
* Add: remoteVideoMenu.disableGrantModerator option
* Add disableGrantModerator to native side
* Update RemoteVideoMenu.js
* Update RemoteVideoMenuTriggerButton.js
Co-authored-by: ouya99 <alexander@andlabs.eu>
2021-04-30 11:22:36 -05:00
Hristo Terezov
f50872285d
ref(Filmstrip): Use Thumbnail component.
2021-03-18 09:37:55 -05:00