- Apr 27, 2022
-
-
Robert Pintilii authored
-
- Apr 26, 2022
-
-
pangrr authored
* add and remove JitsiTrackEvents.TRACK_STREAMING_STATUS_CHANGED listener in middlewares * add/remove listeners in components that use track streaming status * remove track streaming status handler from ConnectionIndicatorIcon and ConnectionIndicatorContent * check video track change before hanlding track streaming status
-
Дамян Минков authored
* fix: Fixes let's encrypt for latest ubuntu versions. * squash: Simplifies the logic.
-
Horatiu Muresan authored
- if hiddenPremeetingButtons is undefined, toolbarButtons overwrite decides what buttons to show - if hiddenPremeetingButtons is empty array, all buttons are show on premeeting screen regardless of toolbarButtons - if hiddenPremeetingButtons hides some buttons, only those buttons will be hidden regardless of toolbarButtons overwrite
-
Horatiu Muresan authored
-
Calin Chitu authored
-
Дамян Минков authored
* fix: Fixes Let's Encrypt script. It fails when certbot is not installed and exits with an error without installing anything. * squash: Fixes certbot command after install.
-
dependabot[bot] authored
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 ) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
- Apr 25, 2022
-
-
Jaya Allamsetty authored
* fix(device-selection) Enable device selection on mobile Safari. With https://bugs.webkit.org/show_bug.cgi?id=179363 being fixed, we should now be able to switch between devices in call. Also, before the webkit fix, we were able to continue to use the old track when a new track was created for preview in device settings before joining the call. This doesn't work anymore after the fix. Therefore, always replace the track in redux even if the selected device hasn't changed. Depends on https://github.com/jitsi/lib-jitsi-meet/pull/1993. * chore(deps): update lib-jitsi-meet@latest.
-
Saúl Ibarra Corretgé authored
If last N goes down to 1 it will be stuck there since it's > 0 and will be our `lastNSelected`. When limits are applied we'll take the minimum, so it will end up being 1. Once can end up in last N being 1 by several means, the more obvious one by entering Picture-in-Picture mode on mobile. Fix it by not using the previous last N value for the current calculation, at all. Fixes: https://github.com/jitsi/jitsi-meet/issues/10257 Closes: https://github.com/jitsi/jitsi-meet/pull/10491
-
SiderealArt authored
-
Ali Alhaidary authored
-
- Apr 21, 2022
-
-
Robert Pintilii authored
-
Robert Pintilii authored
-
Robert Pintilii authored
-
robertpin authored
Fixes screensharing selection issues. Now when there’s a screen share we just use the old VERTICAL_FILMSTRIP_VIEW layout Add THUMBAIL_TYPE to determine how to display thumbnails
-
- Apr 20, 2022
-
-
Gabriel Borlea authored
* feat(external-api): add toggle subtitles command * feat(external-api): add set subtitles command
-
- Apr 19, 2022
-
-
Seda Çağlar authored
-
Hristo Terezov authored
It seems that showing the device selection dialog on ios Safari will leads to not working audio. This is temporary fix until we find out better solution.
-
Hristo Terezov authored
-
Saúl Ibarra Corretgé authored
Also on update, since we might start depending on a more recent version.
-
Saúl Ibarra Corretgé authored
-
Horatiu Muresan authored
-
- Apr 18, 2022
-
-
William Liang authored
-
Jaya Allamsetty authored
-
Hristo Terezov authored
-
Jaya Allamsetty authored
-
Horatiu Muresan authored
-
- Apr 15, 2022
-
-
Дамян Минков authored
In case of conference failed as max number of occupants reached, we should skip clearing the local tracks to keep state of pre-join screen. Otherwise, on join we will join muted even though on prejoin screen it was unmuted on the initial attempt.
- Apr 14, 2022
-
-
William Liang authored
-
- Apr 13, 2022
-
-
Robert Pintilii authored
Fixed issue on DialogPortal where the content would flash to the initial position then move to the correct position
-
- Apr 12, 2022
-
-
Saúl Ibarra Corretgé authored
-
Calinteodor authored
* feat(participants-pane/native) adjusted styles for when local p is not a moderator
-