Merged
Conversation
* test: Increase password dialog timeout. * test: Try to fix hangup().
- Fix missing Chinese translations in main-zh-CN.json and main-zh-TW.json - Fix language selection not persisting for hyphenated locales (zh-CN, zh-TW, es-US, fr-CA, pt-BR) - Update normalizeCurrentLanguage to check exact match before normalization
Avoids `ReferenceError: APP is not defined` the failure may happen after hangup where APP is not defined.
ReferenceError: APP is not defined.
…at the same time. * Prevent enabling audio processing settings and stereo at the same time
…i#16595) * Add a requireWebhooksProxy test property. * test: Make the jaas dial-in test use but not require WH proxy.
…enerating initials Fixes jitsi#16591.
When a user joins a very large call with SS, sometime SS is not auto-pinned to stage. This may happen when lot of participant joins are processed at the same time and therefore the state for remoteScreenShares may not get updated in time. Added extra logging to help debug if this issue reproduces.
…cipants on empty main. * fix(lobby): Updates metadata on destroy lobby room. * fix(visitors): Let people join lobby when main room is empty but with lobby.
Adds dedicated buttons for polls and file sharing in the toolbar overflow menu, following the pattern of the CC button. Both buttons open the chat panel with their respective tab selected when clicked.
Introduces a comprehensive disableChat config option that disables the entire chat feature including button visibility, notifications, sounds, private messages, and keyboard shortcuts. When disabled, the chat tab is hidden from the chat panel while allowing other tabs (polls, files, CC) to remain accessible.
* feat(base/environment) add WebRTC availability detection * feat(base/unsupported-browser) switch to JitsiMeetJS WebRTC detection * fix(static/webrtcUnsupported) remove links
…r when SS is started" This reverts commit 077602c.
…dominant speaker. (jitsi#16511)" This reverts commit 82d4628.
* test: Add a test for conference-request over XMPP.
In branding you can add now
"labels-translation-languages": {
"en": "/static/translation-overwritten-en.json"
}
This allows overwriting strings from the translation-languages namespace, till now it was possible only for the main one.
* Listen to the MediaStreamTrack "ended" event so local screen-share state is toggled off when capture is terminated externally.
feat(hooks): added missing fields to components fix(conference): added imports and commented unnecessary code fix(settings): enhance logout logic with improved error handling and logging
|
Deploying meet-web with
|
| Latest commit: | 4ffe816 |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://920c67c7.meet-web.pages.dev |
| Updated (Europe/Madrid): | 21/1/2026, 9:59:42 |
xabg2
approved these changes
Jan 21, 2026
|
|
||
| /** | ||
| * Sets up IntersectionObserver to monitor iframe visibility. | ||
| * Calls showPiP/hidePiP based on visibility. |
| * | ||
| * @augments AbstractButton | ||
| */ | ||
| class FileSharingButton extends AbstractButton<AbstractButtonProps> { |
There was a problem hiding this comment.
That's new, we'll need to add encryption for files too I guess
TamaraFinogina
approved these changes
Jan 21, 2026
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