Skip to content
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

[pull] master from jitsi:master #231

Open
wants to merge 289 commits into
base: master
Choose a base branch
from
Open

[pull] master from jitsi:master #231

wants to merge 289 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Aug 28, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Razor1700 and others added 30 commits September 20, 2024 08:08
Add setBlurredBackground command to external api.

Co-authored-by: Axel Prola <[email protected]>
The exception we see in jicofo: IllegalArgumentException: Value is not a list
We were encoding empty array for media types as {} where it should be [].
This fixes an issue where a user gets stuck on lobby page when they have a muted video track after the user is accepted.
* fix(subtitles): Handle errors to revert to default state.

* fix(transcribing): Handle transcriber status changed.

Drops potential transcribers and hidden participant actions and handling. Expect ljm to detect transcriptions on and off.

* feat(transcriptions): Adds a notification if transcriber leaves abruptly.

* squash: Renames action.

* chore(deps) lib-jitsi-meet@latest

jitsi/lib-jitsi-meet@v1869.0.0+5671c5d6...v1872.0.0+8940b5c9
Fixes an issue where we were showing cc button for visitors that does not have features in the token.
By default, that feature is disabled.
Currently we add keyboard listeners on conference join but never remove them. In the cases where we have multiple join events during a call (visitors promotion, breakout rooms), there are multiple keyboard handlers added and the shortcuts are executed multiple times on a single press.
The keyboard shortcuts feature is used only on web. We don't need the suffixes.
The backend initializes them as all missing, this way we sync backend and UI.
* add the participants count to the aria label and fix the accessibility toggle for the participants button

---------

Co-authored-by: AHMAD KADRI <[email protected]>
jallamsetty1 and others added 30 commits January 17, 2025 10:32
* fix(share-video): Hide element when not shown on large.

Fixes two issues:
- disabling mouse for all large video types, including local shared desktop that prevents clicking the link to show content
- as shared-video z-index is on top of everything, it local shared desktop to be seen when the thumbnail is clicked

* squash: Drop the video shared component from the dom when not playing.
*Adding capability to use customToolbbarButtons config option inside Toolbox as well and updating event name by making it more general.
Technically, on Android, the audio mode is configured but no audio is
played. Since the configured audio mode matches what we expect from a
calling app (what we support to coexist with) this is enough to not
create audio disruptions.
feat(dialog): Adds a print when opening and hiding dialogs.
Fixes the case when someone enters a wrong password to access the meeting and then clicks back to continue knocking and not showing the knocking state, while still in the Lobby room.
The problem was introduced in 721bb4e, on access denied we are being kicked out of lobby room and then knocking state should be cleared.
The returned object is not an array but array-like. That is, it checks
truthy, while having a length of 0.
Sometimes jicofo may leave before the disconnect iq reaches the visitor prosody, that will cause a reload for all visitors instead of a dialog for conference ended.
* feat: Reads region from http headers and set it in presence.

* chore(deps) lib-jitsi-meet@latest

jitsi/lib-jitsi-meet@v1906.0.0+dfc23df4...v1907.0.0+0d3304b7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.