forked from jitsi/jitsi-meet
-
Notifications
You must be signed in to change notification settings - Fork 0
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
pull
wants to merge
289
commits into
nordeck:master
Choose a base branch
from
jitsi:master
base: master
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.
Open
Conversation
This file contains 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
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]>
* 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.
* added tooltip when roomname overflows
Screen-sharing is not supported there.
*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.
squash: fix lint.
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
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.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )