Mihai-Andrei Uscat
911aaed052
fix: Refactor client width computation.
* Unify chat open/close size changes and move them to redux.
* Fix responsive columns not accounting for chat.
преди 4 години
Vlad Piersec
eb68467e15
fix(rn, toolbox): Change button appearing order
преди 4 години
Vlad Piersec
678f3e232b
fix(toolbar): Re-add "mute everyone's video" button
преди 4 години
luz paz
d3680bbebd
fix(misc) follow-up typos
Found via `codespell -q 3 -S ./lang`
преди 4 години
Vlad Piersec
e7297714c6
feat(toolbox): Adaptive toolbar on mobile
преди 4 години
Saúl Ibarra Corretgé
9d4e49a5af
fix(rn,toolbox) fill gap underneath Toolbox
This is for devices without the home button.
преди 4 години
trippledave
68c2c9be40
feat(flags) add feature flag for audio-only button
преди 4 години
Hristo Terezov
f50872285d
ref(Filmstrip): Use Thumbnail component.
преди 5 години
Mihai-Andrei Uscat
a22d054b10
feat(InviteMore): Relocate invite prompt for mobile friendliness.
преди 4 години
Mihai-Andrei Uscat
aef0287605
feat(ToggleCamera): Implement for web.
преди 4 години
Vlad Piersec
3f0bb6818c
fix(toolbox): Fix always on top toolbar
преди 4 години
Vlad Piersec
d214079148
fix(toolbox): Constrain toolbox width on large mobile device
преди 4 години
Vlad Piersec
096ee3cb53
fix(toolbox): Background of disabled settings button & tileview button
преди 4 години
tudordan7
194d357005
feat(virtual-backgrounds) add virtual background support
преди 5 години
Vlad Piersec
c2ad06c5e6
fix(toolbox): Restructure items order for desktop & mobile
преди 4 години
Vlad Piersec
b87c433e99
fix(toolbar): Update overflow menu according to review
преди 4 години
Vlad Piersec
c508572cc5
feat(toolbox): Redesign mobile toolbox
преди 4 години
Vlad Piersec
b86c271a80
fix(toolbar): Small changes according to design review
преди 4 години
hmuresan
ab6790bdaa
(external_api) Add command for overwriting config values.
преди 4 години
Vlad Piersec
91ba835f78
feat(Toolbar): Redesign web toolbar
преди 5 години
Alex Bumbu
508f1e0da9
feat(iOS): screensharing support
The Jitsi team would like to thank @AliKarpuzoglu , @linuxpi and The Hopp Foundation for the initial effort and help throughout.
преди 4 години
Calinteodor
430591bd1e
feat(shared-video) refactor dialog to use React
Also unify the mobile and web features into one, even though internally they still have separate ways to enable the functionality.
преди 4 години
Tudor D. Pop
dd1f8339b1
fix(blur-effect) enable blur effect on all platforms supporting canvas filters
That means all browsers except Safari, for now.
In addition, use the 96p model (instead of the 144p one) on browsers without SIMD support.
преди 5 години
Steffen Kolmer
23bb824731
feat: Added mute video moderation feature (#8630)
* Added mute video feature
* Fixed export
* Fixed some issues
* Added remote video mute notification
* Fixed import
* Fixed conference event handling
* Fixed some linting issues
* Fixed more linter errors
* turn screenshare off on remote video mute
* Fix linter issue
* translations added for mute video feature
* Added video mute button to interface config
* Updated lib-jitsi-meet
* Fix copy paste error
Co-authored-by: nurjinn jafar <nurjin.jafar@nordeck.net >
преди 5 години
Tudor D. Pop
946339a52e
feat(blur) replace BodyPix with TFLite
Use the Google Meet model and SIMD optimized WASM.
преди 5 години
Nando Thomassen
16b00dc2af
feat(flags) add feature flag for help button
Introduces a new feature flag ('help.enabled') and uses that to
determine the visibility of the 'Help' button in a call.
преди 5 години
Hristo Terezov
a6c6cd6c56
fix: Add GUM timeout & improve device permissions
преди 5 години
tmoldovan8x8
dca96f25f3
feat(mobile) adds feature flags for audioMute, videoMute and overflow… (#8537)
преди 5 години
Mihai-Andrei Uscat
b69e93a900
fix(Safari): Fix mobile double tapping for toolbar and overflow.
* Create generic tooltip wrapper for mobile usability.
* Change overflow menu icon/font/padding sizes.
* Change overflow drawer expand icon.
преди 5 години
Steffen Kolmer
ef7d425859
feat(ui) update AtlasKit components
преди 5 години
tmoldovan8x8
6a6aeb1d95
feat(mobile) adds more feature flags (#8450)
Features flags added:
-tile-view.enabled
-filmstrip.enabled
-notifications.enabled
-toolbox.enabled
преди 5 години
Mihai-Andrei Uscat
8aae2065dc
fix(Toolbox): Fix toolbox display when accessing it via keyboard
преди 5 години
Mihai-Andrei Uscat
c752ea13f1
feat(overflow): Add responsive drawer at small screen width.
* Implement opening toolbar and participant overflows as drawers when below certain width.
* Fix dial-in copy button displaying incorrectly.
преди 5 години
Tudor-Ovidiu Avram
8d3d94f568
fix(menu) do not display overflow menu button if no items
преди 5 години
Mihai-Andrei Uscat
43e655b619
feat(chat): Improve responsiveness.
* Fix toolbox buttons not displaying properly when chat is open.
* Open chat in fullscreen dialog past custom thresholds when mobile/desktop toolbox would become unusable due to chat
* Remove mobile chat check when displaying toolbox
преди 5 години
Saúl Ibarra Corretgé
dc5a776123
fix(ios) fix drag handle not rendering with latest react-native-svg
Fill must be properly specified.
преди 5 години
Asif
cd29f10fa8
feat: emit raise hand event to external API (#8312)
* Expose raise hand event to external application
* Fix linting issues
* fix the app non existing issue
преди 5 години
Дамян Минков
97f47998ba
feat: Exposes a method for checking is remote track received and played/testing. (#8186)
* feat: Exposes a method for checking is remote track received and played.
Used for some tests in torture.
* squash: Drop not matching string.
Duplicate translation key with not matching content.
* squash: Moves torture specific functions to features/base/testing.
Listens for media events from the video tag of the large video and stores them in redux.
* squash: Fix comments.
* feat: Listens for media events from the video tag of the remote videos and stores them in redux.
* squash: Fix undefined videoTrack if between switches.
преди 5 години
Mihai-Andrei Uscat
9379bb3c5b
fix(Toolbox) Maintain overflow button visible at all times
* fix(Toolbox) Maintain overflow button visible at all times
* Make changes only on desktop browser
преди 5 години
Дамян Минков
12c835dd91
feat: Drops filmStripOnly mode. (#8074)
* feat: Drops filmStripOnly mode.
* squash: Let's make lint happy again.
* squash: Drop some css.
преди 5 години
tmoldovan8x8
71fb5aef6c
feat(rn) add mute everyone / (else) capabilities
преди 5 години
damencho
c2539bf615
feat: Drop buttons tooltips specific to guests.
преди 5 години
damencho
9fa29d7353
feat: Profile tab does not depend on isGuest.
Introduced a config property to disable profile.
преди 5 години
Titus-Andrei Moldovan
9a35026d6a
feat(android) add screen-sharing support
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
Co-authored-by: zycwind <391321232 @qq.com >
преди 5 години
Saúl Ibarra Corretgé
2a01d3550c
fix(conference) remove no longer needed code
There is no need for setting the availability of desktop sharing anymore. It can
now be detected on the spot.
The reson for the previous code was that way back when browser extensions were
needed, it was possible to start a conference without desktopo sharing support
and get it afterwards. This is no longer the case.
преди 5 години
Hristo Terezov
35b5f6df06
s/isLocalVideoTrackMuted/isLocalCameraTrackMuted/
преди 5 години
Tudor-Ovidiu Avram
ce4ef96941
fix(vpaas) hide embed meeting for vpaas users
преди 5 години
Hristo Terezov
5e4b8c747c
feat(prejoin): Hide invite link
преди 5 години
Jesús Espino
a6a19a3002
Fix lint error
преди 5 години
Jesús Espino
1426a5b4bc
Restore dots menu on mobile
преди 5 години