forked from jitsi/jitsi-meet
-
Notifications
You must be signed in to change notification settings - Fork 1
[_] feature/Merge jitsi master #123
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
Draft
CandelR
wants to merge
35
commits into
main
Choose a base branch
from
feature/update-merge-jitsi-master
base: main
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.
Draft
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
* 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.
* feat(dialog): Adds name to all dialogs. The name is used for debugging purposes to be added to logs. * squash: Drop empty string.
…button configurations
|
🚀 Preview Link: https://761691a6.meet-web.pages.dev |
Base automatically changed from
feature/update-lib-jitsi-meet-to-update-chromium-audio-bug
to
bugfix/PB-5039-handle-connection-issues
November 10, 2025 15:37
larryrider
approved these changes
Nov 13, 2025
Base automatically changed from
bugfix/PB-5039-handle-connection-issues
to
feature/PB-5087-update-project-with-jitsi
November 14, 2025 10:48
xabg2
approved these changes
Nov 14, 2025
Base automatically changed from
feature/PB-5087-update-project-with-jitsi
to
main
November 20, 2025 10:49
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