forked from jitsi/jitsi-meet
-
Notifications
You must be signed in to change notification settings - Fork 1
[_] : feature/Update from jitsi #184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
CandelR
wants to merge
50
commits into
bugfix/reconnect-issues
Choose a base branch
from
feat/update-from-jitsi
base: bugfix/reconnect-issues
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+5,101
−1,474
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Added CC tab inside Chat screen and some UI fixes on mobile.
*UI updates and reworks around JitsiScreen footer and its children.
* feat(breakout-rooms): Adds some jid validation on joining. * squash: Fix comments. * Update resources/prosody-plugins/mod_muc_breakout_rooms.lua Co-authored-by: bgrozev <boris@jitsi.org> * Update resources/prosody-plugins/mod_muc_breakout_rooms.lua Co-authored-by: bgrozev <boris@jitsi.org> --------- Co-authored-by: bgrozev <boris@jitsi.org>
…ent is provided. Do not forcefully unmute audio and video if the user consents to being recorded and wants to stay unmuted but was muted before hitting join.
…re below threshold
It gives strange error that is not clickable, but it is seen on the screenshot and test passes without it.
Before:
```
Error: element ("[data-testid="participant1-more-options-ba16a58a"]") still not existing after 1000ms
at async ParticipantsPane.openParticipantContextMenu (/tmp/tmp.bMVHEDmYin/jitsi-meet/tests/pageobjects/ParticipantsPane.ts:202:9)
at async BreakoutRooms.sendParticipantToBreakoutRoom (/tmp/tmp.bMVHEDmYin/jitsi-meet/tests/pageobjects/BreakoutRooms.ts:205:9)
```
After:
```
Error: element ("[data-testid="participant1-more-options-ecea6dd6"]") still not existing after 1000ms
at async ParticipantsPane.openParticipantContextMenu (/tmp/tmp.j8VkoO9abR/jitsi-meet/tests/pageobjects/ParticipantsPane.ts:202:9)
at async BreakoutRooms.sendParticipantToBreakoutRoom (/tmp/tmp.j8VkoO9abR/jitsi-meet/tests/pageobjects/BreakoutRooms.ts:205:9)
at async Context.<anonymous> (/tmp/tmp.j8VkoO9abR/jitsi-meet/tests/specs/misc/breakoutRooms.spec.ts:349:9)
```
…s being left (jitsi#16881) * Reset lobby state when we we dispatch conferenceWillLeave action.
…is hidden in reduced UI
* test: Add test for jaas "async" transcriptions. * fix: Do not expect name in async transcription events.
* chore: Update wdio to 9.23.2. * test: Add a retry test property. * test: Retry some of the flaky tests.
The panel will appear on the right side after the participant pane panel. Currently the panel is disabled by default and the components that are rendered in the panel are empty (null). The panel is easily customizable by adding some content in the CustomPanel component.
…e. (jitsi#16894) * fix(muc_cleanup_backend_services): Stops timer before creating new one. * squash: Adds some logs and skip if already being destroyed.
The Profile tab can display logged in state and auth id used for it. It does not re-render when this changes in the background.
Now handles using `config.prejoinConfig.enabled=false` and `config.prejoinConfig={enabled:false}.
Fixes jitsi#16892.
When we minimize the meeting window on Mac OS via the yellow button, 2 requests for PiP are triggered one after another because of the blur and the visibilitychange handlers. If we implement in Electron to focus the meeting window on the pipLeft event this will lead to the first request to exit triggering the pipLeft event after the second request is triggered which will actually bring the window back because we focus on pipLeft event. This behaviour breaks the ability to minimize a window. The current fix will prevent us for sending 2 requests for PiP one after another by skipping the second unnecessary request.
* Update main-nl.json Full update to latest state of main.json including Dutch translation updates. Validated with JSONLint * Fixes lint. --------- Co-authored-by: Дамян Минков <damencho@jitsi.org>
Bumps [webpack](https://github.com/webpack/webpack) from 5.95.0 to 5.105.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.95.0...v5.105.0) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.105.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Adds touch-screen support for resizing filmstrip and chat panels to enable tablet and touch-laptop users to adjust panel widths. Previously, drag handles only worked with mouse hover, making panels non-resizable on touch devices. Changes: - Implement Pointer Events API for unified mouse/touch handling - Add touch device detection with screen size threshold - Make drag handles always visible on touch devices with padding for easier tapping - Maintain identical visual layout between touch and non-touch versions Touch devices with sufficiently large screens now have fully functional drag handles with appropriate hit targets while smaller devices remain disabled to preserve mobile UX.
jitsi#16901) * fix(filmstrip) Ensures dominant speaker is always visible in filmstrip
* feat(file-sharing): Adds tooltip to upload button. * squash: Change message.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
meet-web | fe6b06a | Feb 11 2026, 02:33 PM |
|
|
TamaraFinogina
approved these changes
Feb 11, 2026
Deploying meet-web with
|
| Latest commit: | fe6b06a |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2b70ed56.meet-web.pages.dev |
| Updated (Europe/Madrid): | 11/2/2026, 15:51:50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Description
Related Issues
Related Pull Requests
Checklist
How Has This Been Tested?
Additional Notes