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
Merge from Jitsi master #7
Open
jpkelly
wants to merge
5,033
commits into
jpkelly: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
+318,571
−179,780
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
main-zhCN.json line 413 missing: "sessTerminatedReason": "会议已经结束",
* feat(tests): Adds dial-in test. * feat(tests): Adds fake dial-in test. * squash: switch to performance.now().
Required for compatibility with new TypeScript plugins.
* feat(tests): Adds follow-me test. * feat(tests): Adds invite dialog test. * squash: fix lint.
* update rnnoise-wasm version * update expected worklet size
The new format (using an options object) was introduced 7 years ago. It's about time.
Changes only strings visible in the UI.
If we are not requesting any transcription, `language` will be `null` so take that into consideration when checking if we should stop processing a transcription message after firing the API event. Fixes: jitsi/docker-jitsi-meet#1997
Instead we use config.testing?.testMode.
firefox_fake_device enableAutomaticUrlCopy fileRecordingsEnabled disableHPF
* fix(breakout-rooms) fix processing commands * squash: fix wrong var name. * squash: fix move to breakout room. It can be from breakout to main or from main to breakout. --------- Co-authored-by: damencho <[email protected]>
Notify user about conference destruction using a new config option.
Signed-off-by: Joshua Irmer <[email protected]>
* fix(rn,recording) fix closing the consent dialog * fix(recording) avoid using private properties
Native API to overwrite config for both ios and android.
* feat(tests): Fixes the checks when to use token. We have few options: - iframeAPI tests generating tokens via jwtPrivateKeyPath - tests that just use provided JWT_ACCESS_TOKEN for the first participant to avoid deployments where initial authentication is required - tests that does not use iframeAPI, but want to use the jwtPrivateKeyPath for a meeting (invite test as JWT_ACCESS_TOKEN does not satisfy some services) * squash: Bump hangup wait, redirects may take a little bit more. * squash: Rename forceGenerateToken to preferGenerateToken and fix logic when private key is missing.
Signed-off-by: Joshua Irmer <[email protected]>
* Fix the box problem, by hiding it on submitting the message. - Hide the emojis selector box in the chat input.
* feat(jwt): Adds an option to match tenant. There are cases where if tenant doesn't match features are ignore in the backend via prosody and session.jitsi_meet_tenant_mismatch. * squash: add a comment explaining the change. * squash: fix comments. * squash: fix comments2.
…cuts (#15735) * Add translation to audio, video, notifications and shortcuts * Try fix linting errors * Add space after colon in shortcuts entry in Arabic translation
* added feature of lobby chat notification * made the changes * reverted the unwanted changes * removed white spaces
Mobile web browsers may not allow opening multiple cameras at the same time, this is a limitation coming from the underlying paltform. As such, avoid createing a new track before we have disposed the previous one. This does introduce a _slight_ fade to back effect, but the alternative is an exception, so I'll take it! To make matters worse, this is not necessarily a problem with all devices. It has been observed in a Samsung S24, at least.
Avoids a "flicker" effect when the SDK is launched and assets are being loaded.
* Update data types for some event params
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.
No description provided.