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
Update/2.0.6433 #54
Merged
Merged
Update/2.0.6433 #54
+19,346
−42,186
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
Fixes an error `Cannot convert undefined or null to object` on load.
If the session was not resumed the plugin must generate a random username, just like the regular anonymous authentication plugin does.
Empty list with border is showing 2px dot.
…itsi#9707) * feat(Filmstrip): Reorder the visible participants in the filmstrip. The participants are ordered alphabetically and the endpoints with screenshares, shared-videos and dominant speakers (in that order) are bumped to the top of the list. The local participant is also moved to the top left corner as opposed to the bottom right corner. * squash: Implement review comments. * squash: store alphabetically sorted list in redux and move shared videos to top. * squash: Use the DEFAULT_REMOTE_DISPLAY_NAME from interfaceConfig for users without a display name.
In WebRTC M92 the RTCAudioSession lock changed from a recursive one to a regular mutex one, so make sure we don't attempt to lock it while already holding the lock.
React Native links timers to the display, so they cannot run when the display is not running. Builtin timers already take being in the background into account, but not the proximity sensor. Credits: react-native-webrtc/react-native-callkeep#143 Fixes: jitsi#9619
* feat(prejoin) move invite to toolbar section * feat(premeeting) redesign prejoin and lobby screens * code review changes * fix prejoin flicker and avatar id * fix password error message and native lobby dialog close position
Amplitude has gone back to having a separate package for RN, so switch to it.
* Added sounds for reactions * Updated reactions list * Added reactions to sound settings * Added support for multiple sounds * Added feature flag for sounds * Updated sound settings Moved reactions toggle at the top of the list * Added disable reaction sounds notification * Added reaction button zoom for burst intensity * Fixed raise hand sound * Fixed register sounds for reactions * Changed boo emoji * Updated sounds * Fixed lint errors * Fixed reaction sounds file names * Fix raise hand sound Play sound only on raise hand not on lower hand * Fixed types for sound constants * Fixed type for raise hand sound constant
* fix(browser-support) fix detecting iOS browsers correctly * fix(JitsiConference):2 instances for the same room * ref: sendMuteStatus is not async jitsi/lib-jitsi-meet@ae70962...c15dda1
…ix array usage. (jitsi#10062) * feat: Simplify av moderation participant approve/remove message. There is no point of having messages like: { "room": "myroom@conference.mydomain.com", "type": "av_moderation", "mediaType": "audio", "removed": true, "approved": true } * fix: Fixes array in json. fix: Fixes array in json.
* fix(xmpp): disable RTX for Firefox < 93, because it results in random SSRC order * fix(Jingle): stop reverting the SSRCs from Firefox jitsi/lib-jitsi-meet@c15dda1...7a56f7b
* fix(JitsiConference) make sure isE2EEEnabled() returns a boolean * fix(loggging) fix exceptions on mobile jitsi/lib-jitsi-meet@7a56f7b...afc1c34
Since iOS 15 we really need the audio stream to exist, so make sure we don't destroy it even when "everyone starts muted" is set, we'll just mute it. Fixes: jitsi#10053
Fixes a crash on Android
Some countries have multiple names listed in i18n-iso-countries, like US -> ['United States of America', 'USA'].
Show av moderation toggles on mute all / stop everyone's video dialogs only if moderation is supported Show Ask to Unmute only for moderators
* fix: Avoids sending empty nick in presence. jitsi/lib-jitsi-meet@afc1c34...b5288c2
Reactions will be sent if webhookProxyUrl is set in config.js
…i#10090) Show Mute button instead of always showing Ask to Unmute Added aria-label
Make ask to unmute work even if the participant is already whitelisted for audio
* Update main-it.json * Update main-it.json added a missing comma... * Update main-it.json added all the missing commas... * Update main-it.json will this be the last comma I left behind? Who knows...
Changed screen capture to non effect. Effects are used to alter the stream, this feature does not need to alter the stream, it just needs access to it Changed image diff library. Previous library diff’ed the whole image, the new one has en early return threshold Use ImageCaptureAPI to take the screenshot. Added polyfill for it and polyfill for createImageBitmap Added analytics
This fixes an issue where Safari users cannot hear remote audio if they join audio/video muted. The browser throws the following error when the application tries to execute play on the audio element: 'NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.' This started happening in Safari 15.
Tagged automatically by Jenkins
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.
Description of the PR
Updated to release 2-0-6433
Type of change
Screenshots
Checklist
Issues to clarify before merge