[_] : feature/Update from jitsi#184
Open
CandelR wants to merge 68 commits intobugfix/reconnect-issuesfrom
Open
[_] : feature/Update from jitsi#184CandelR wants to merge 68 commits intobugfix/reconnect-issuesfrom
CandelR wants to merge 68 commits intobugfix/reconnect-issuesfrom
Conversation
* 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.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
meet-web | 675b92f | Feb 12 2026, 10:16 AM |
|
TamaraFinogina
approved these changes
Feb 11, 2026
…meet-web into feat/update-from-jitsi
… into feat/update-from-jitsi
[_] Mini fixes
|
Deploying meet-web with
|
| Latest commit: | 675b92f |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ad488687.meet-web.pages.dev |
| Updated (Europe/Madrid): | 12/2/2026, 11:15:17 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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