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

Merge from Jitsi master #7

Open
wants to merge 5,033 commits into
base: master
Choose a base branch
from
Open

Merge from Jitsi master #7

wants to merge 5,033 commits into from

Conversation

jpkelly
Copy link
Owner

@jpkelly jpkelly commented Jun 7, 2021

No description provided.

damencho and others added 29 commits January 9, 2025 12:38
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
saghul and others added 30 commits March 4, 2025 12:27
* 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.
* 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.
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.