-
Notifications
You must be signed in to change notification settings - Fork 1
[_] feature/Update with jitsi master #165
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
base: main
Are you sure you want to change the base?
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 |
|
|
||
| /** | ||
| * Sets up IntersectionObserver to monitor iframe visibility. | ||
| * Calls showPiP/hidePiP based on visibility. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New feature?
| * | ||
| * @augments AbstractButton | ||
| */ | ||
| class FileSharingButton extends AbstractButton<AbstractButtonProps> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's new, we'll need to add encryption for files too I guess



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