damencho
1b8a735aa3
fix(dialog): Fixes the friendly dialog name.
2025-11-05 13:27:43 -06:00
damencho
fbb6456317
fix(wait_for_host): Make sure the main room is set back to non-persistent.
jitsi-meet_10631
8914
2025-11-05 09:26:13 -06:00
damencho
52ead26bed
feat(prosody): Adds a module to cleanup room with just service components in it.
jitsi-meet_10630
8913
2025-11-04 16:42:09 -06:00
damencho
8d1da83e3c
fix(persistent_lobby): Avoids calling destroy twice.
2025-11-04 16:41:58 -06:00
Jaya Allamsetty
5453b615f5
fix(tests): Add missing helper function.
jitsi-meet_10629
8912
2025-11-04 11:04:54 -05:00
Jaya Allamsetty
81a7301a3e
Revert "fix(large-video)pin prev speaker on stage when local user is dominant speaker. ( #16511 )"
...
This reverts commit 82d4628976 .
2025-11-04 11:04:54 -05:00
Jaya Allamsetty
1138b7779b
Revert "fix(filmstrip) Fixes an issue where remote tiles can disappear when SS is started"
...
This reverts commit 077602c427 .
2025-11-04 11:04:54 -05:00
Calin-Teodor
2fd653d928
fix(chat): be explicit about screen navigation when polls are disabled
jitsi-meet_10628
8911
2025-11-04 15:35:24 +02:00
eastmancr
012c9fb329
feat(base): add WebRTC availability detection ( #16608 )
...
* feat(base/environment) add WebRTC availability detection
* feat(base/unsupported-browser) switch to JitsiMeetJS WebRTC detection
* fix(static/webrtcUnsupported) remove links
jitsi-meet_10627
8910
2025-11-03 14:25:10 -06:00
damencho
fdf95444e9
fix(lobby): Hide login button if authenticated(jwt is available).
2025-11-03 14:22:53 -06:00
Hristo Terezov
919c60b3d2
feat(chat): Add disableChat configuration option
...
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.
jitsi-meet_10626
8909
2025-11-03 12:44:29 -06:00
Hristo Terezov
e02c4e8f7f
feat(toolbox): Add polls and file sharing buttons to overflow menu
...
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.
2025-11-03 12:44:29 -06:00
Дамян Минков
3fd9ce5f11
* fix(lobby): Updates metadata on destroy lobby room and let in participants 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.
jitsi-meet_10625
jitsi-meet_10624
8908
2025-10-30 16:07:46 -05:00
bgrozev
93022b3281
feat: Filter transcription results. ( #16606 )
jitsi-meet_10623
8907
2025-10-30 15:38:00 -05:00
Jaya Allamsetty
5d63b31071
fix(video-layout) Possibly fixes auto-pinning of SS in a large call.
...
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.
jitsi-meet_10622
8906
2025-10-30 15:21:29 -04:00
Jaya Allamsetty
4432f727a4
fix(tests) Check for continguous thunbnails in the filmstrip
jitsi-meet_10621
8905
2025-10-30 12:21:03 -04:00
Calin-Teodor
6f1bdb513a
chore(android/sdk): invoke permissionListener immediatly
jitsi-meet_10620
8904
2025-10-30 10:52:13 +02:00
Jaya Allamsetty
ad144e6fd3
fix(tests) Check for the endpointID of the large-video ( #16601 )
jitsi-meet_10619
8903
2025-10-29 12:35:45 -04:00
Calin-Teodor
076d77a982
chore(android/sdk): handle foreground exceptions
jitsi-meet_10618
8902
2025-10-29 14:34:04 +02:00
damencho
5afdda7568
fix(tests): Give some time for recording events to be received.
jitsi-meet_10617
8901
2025-10-28 16:48:27 -05:00
Arvind Yadav.
6cb57c472c
feat(avatar): Strip bracketed annotations from display names before generating initials
...
Fixes #16591 .
2025-10-28 16:48:16 -05:00
bgrozev
e026bac42c
feat(tests): Do not require WebhooksProxy for jaas dial-in test ( #16595 )
...
* Add a requireWebhooksProxy test property.
* test: Make the jaas dial-in test use but not require WH proxy.
jitsi-meet_10616
jitsi-meet_10615
8900
2025-10-28 14:14:45 -05:00
Hugo Lavernhe
b29e48d471
fix(settings): Prevent enabling audio processing settings and stereo at the same time.
...
* Prevent enabling audio processing settings and stereo at the same time
jitsi-meet_10614
8899
2025-10-28 14:35:25 -04:00
Дамян Минков
99cb5e6c40
feat(metadata): Adds lobbyEnabled and visitorsEnabled to metadata. ( #16583 )
jitsi-meet_10613
8898
2025-10-28 09:20:37 -05:00
Calin-Teodor
01834903c2
feat(analytics): remove unused event
jitsi-meet_10612
jitsi-meet_10611
8897
2025-10-28 16:11:48 +02:00
Avinash Alapati
2929317972
chore(editorconfig) extend to include Android and iOS indentation rules
jitsi-meet_10610
8896
2025-10-28 09:37:53 +01:00
damencho
57865d74c6
fix(tests): Fix hangup by avoiding not defined error.
...
ReferenceError: APP is not defined.
jitsi-meet_10609
jitsi-meet_10608
8895
2025-10-23 13:29:25 -05:00
Дамян Минков
f8f331a576
fix(tests): Fix reference to APP in debug logs retrieval
...
Avoids `ReferenceError: APP is not defined` the failure may happen after hangup where APP is not defined.
2025-10-23 13:29:25 -05:00
Matteo
c610e955cd
Update main-it.json
2025-10-23 13:29:17 -05:00
Boris Grozev
53899947a9
fix: Use latin M in logs.
jitsi-meet_10607
8894
2025-10-23 10:52:03 -05:00
Kerinlin
bf23107e7a
fix(i18n): Fix Chinese language issues and hyphenated locale persistence
...
- 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
2025-10-23 10:51:40 -05:00
bgrozev
6784921429
Minor test fixes ( #16577 )
...
* test: Increase password dialog timeout.
* test: Try to fix hangup().
jitsi-meet_10606
8893
2025-10-23 08:11:15 -05:00
damencho
a5ca57b8e4
feat(tests): Drop more aria selectors.
jitsi-meet_10605
8892
2025-10-22 15:58:12 -05:00
damencho
fa9703a41e
fix(tests): Send logs to browser to keep correct order.
2025-10-22 15:58:12 -05:00
damencho
e82ef6de4b
feat(tests): Uses memory logs on failure and stops logging during conference.
2025-10-22 15:58:12 -05:00
damencho
e0cad48734
feat(tests): Avoids using aria selector for breakout rooms.
...
It is reported to be slow at times.
2025-10-22 15:58:12 -05:00
Hristo Terezov
fff6636a9e
refactor(mobile): Move querySelector polyfill to @jitsi/js-utils package
...
Moves the querySelector/querySelectorAll polyfill implementation from the local codebase to the @jitsi/js-utils package (v2.6.1) to reduce code duplication and make the polyfill available to other projects. This centralizes maintenance and ensures consistent behavior across the Jitsi ecosystem.
jitsi-meet_10604
8891
2025-10-22 15:02:24 -05:00
Jaya Allamsetty
077602c427
fix(filmstrip) Fixes an issue where remote tiles can disappear when SS is started
...
* fix(filmstrip) Fixes an issue where remote tiles can disappear when SS is started.
Regression caused by 82d4628976 . More testcases have been added.
jitsi-meet_10603
8890
2025-10-21 19:13:15 -04:00
Hannes
b2f7b3be6c
fix(chat): don't show private chat picker if disabled ( #16556 )
...
* fix: 🐛 don't show private chat picker if disabled
* style: 🚨
* refactor: ♻️ combine function
jitsi-meet_10602
8889
2025-10-21 07:57:55 -05:00
Jaya Allamsetty
29fd5df16a
fix(tests) Increase backToP2PDelay to 3 secs.
...
Setting it to 1 sec was causing p2p connections to be created when it was not needed.
jitsi-meet_10601
8888
2025-10-17 11:27:10 -05:00
damencho
f324122d93
feat(tests): Fail early and gather debug logs for iframe tests.
jitsi-meet_10600
8887
2025-10-16 16:00:39 -05:00
Jaya Allamsetty
82d4628976
fix(large-video)pin prev speaker on stage when local user is dominant speaker. ( #16511 )
...
* fix(large-video)pin prev speaker on stage when local user is dominant speaker.
Also fix the case where the dominant speaker sometimes doesn't show up in the filmstrip when SS is pinned to stage.
* fix(test) Add more tests for activeSpeaker
* fix(test) Do not check for large-video if there is no remote video track.
* fix(filmstrip) Get updated display name for calc speaker order
jitsi-meet_10599
8886
2025-10-16 15:35:15 -04:00
damencho
8ab02d598c
fix(visitors): Fix room token verification.
...
When allowUnauthenticatedAccess is enabled we want to allow main prosody participants without verifying their token.
jitsi-meet_10598
8885
2025-10-16 11:22:30 -05:00
damencho
5b23072bd0
feat(tests): Make sure dial-in user hangups.
...
Avoid closing browser and leaving it to the timeout of the connection.
2025-10-16 11:22:22 -05:00
damencho
7b4cc552fb
feat(tests): Increase the randomness of the room name.
2025-10-16 11:22:22 -05:00
damencho
eb188ff02a
fix(tests): Wait dialog elements to be clickable.
...
To avoid trying to click too quickly while animations are still rendered. Avoids: Can't call elementClick on element with selector "//input[@name="lockKey"]" because element wasn't found
2025-10-16 11:22:22 -05:00
damencho
b40c24db70
fix(tests): Visitors tests to avoid reordered webhook events.
2025-10-16 11:22:22 -05:00
Jaya Allamsetty
a855f76377
fix(tests) Wait for p2p switch before checking for SS
jitsi-meet_10597
8884
2025-10-16 11:20:16 -04:00
Calin-Teodor
c481e7ede4
chore(android/sdk): check also for sdk version that the app targets
jitsi-meet_10596
8883
2025-10-16 17:30:50 +03:00
Calinteodor
17b4c2156a
chore(android): update colors for status bar and navigation bar ( #16557 )
...
*Update Android navigation color and add status bar color for both app and sdk.
jitsi-meet_10595
8882
2025-10-16 14:33:21 +03:00