Michał Orman
b14e571d5c
fix(lang) update Polish translations
2021-08-26 14:02:09 +02:00
adam j hartz
70b369a1af
feat(VideoContainer) add option to avoid cropping focused video
2021-08-26 11:23:19 +02:00
alittriutari
cf6d6f8a12
fix(lang) update Japanese translations
2021-08-26 09:34:47 +02:00
Saúl Ibarra Corretgé
b15f1d190d
fix(chat) avoid emojifying URLs
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/9661
2021-08-25 11:43:20 -05:00
Saúl Ibarra Corretgé
e67db2381e
Update setup.web.js
2021-08-25 17:22:50 +02:00
Saúl Ibarra Corretgé
11382cfda6
fix(local-storage) use local storage on WebKit when not in an iframe
...
There should be no need to use the workaround when visiting the site normally.
2021-08-25 17:22:50 +02:00
Saúl Ibarra Corretgé
248865ad3f
fix(rn) enable reactions by default
2021-08-25 16:38:20 +02:00
Horatiu Muresan
7966c8f88f
feat(errors) Expose errors through Iframe API ( #9801 )
2021-08-25 15:23:40 +03:00
José Luís Andrade
6537447d7c
fix(lang) update Portuguese translation
2021-08-25 14:09:23 +02:00
hmuresan
a892d5fed1
fix(pre-meeting) Hide invite button for JaaS
2021-08-25 11:09:56 +03:00
Saúl Ibarra Corretgé
4acafebe5f
chore(deps) lib-jitsi-meet@latest
...
* feat(e2ee) add support for WebRTC Encoded Transform
* fix(JitsiConference) skip AudioOutputProblemDetector on disableAudioLevels
* feat(xmpp) remove clientNode config option
* Workaround for Chrome ice connection failure detection (#1685 )
c23abfa2bc...61c977f70a
2021-08-25 09:53:07 +02:00
Hristo Terezov
88a11b9f3e
fix(TileView): not showing all participants.
2021-08-24 15:40:29 -05:00
Дамян Минков
bcc326c150
fix: Fixes undefined errors in MeetingParticipant - Item and ContextMenu.
2021-08-24 14:38:54 -05:00
Дамян Минков
e348270099
Revert "fix: Fixes reloads after enabling AV moderation."
...
This reverts commit 38f9c97f40
.
2021-08-24 14:38:54 -05:00
Дамян Минков
fc59cdbdbe
fix: Fixes showing awaiting AV moderation after grant moderator.
2021-08-24 14:38:54 -05:00
Saúl Ibarra Corretgé
59ef5c4789
feat(e2ee) add support for WebRTC Encoded Transform
...
An alternative to Insertable Streams, currently implemented in Safarii / WebKit.
https://w3c.github.io/webrtc-encoded-transform/
It's currently behind a config flag, both in Safari and here.
Fixes: https://github.com/jitsi/jitsi-meet/issues/9585
2021-08-24 17:43:20 +02:00
hmuresan
b6b943e7de
feat(lobby) Add sound for participant knocking
2021-08-24 18:01:10 +03:00
Дамян Минков
48efa4ac61
feat: Updates i18n-iso-countries to latest. Fixes #9792 .
2021-08-24 09:19:29 -05:00
Christoph Settgast
2f1105e6d2
chore(deps) @matrix-org/olm@latest
...
Bugfixes since 3.2.1, see https://gitlab.matrix.org/matrix-org/olm/-/blob/master/CHANGELOG.rst
In 3.2.2 the package name changed to @matrix-org/olm, thus
updating in Makefile & imports
Signed-off-by: Christoph Settgast <csett86@web.de>
2021-08-24 15:40:18 +02:00
Calin Chitu
9d5024cc5d
fix(authentication) fixed close on cancel click
2021-08-24 15:39:56 +02:00
hmuresan
8b23265a50
fix(notifications) Add timeout for video/audio lost notifs
2021-08-24 16:30:02 +03:00
Saúl Ibarra Corretgé
5bc424459f
fix(iframe) don't register service worker when in an iframe
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/9712
2021-08-24 11:58:43 +02:00
robertpin
605ce9db62
Added default state to persistance
2021-08-24 10:07:44 +03:00
Дамян Минков
e2f760c7f1
fix: Fixes AV moderation used in tenants.
2021-08-23 09:43:53 -05:00
Дамян Минков
e63b3016c9
feat: Allow AV moderation for p2p users.
2021-08-23 09:43:53 -05:00
Дамян Минков
4d07d4ae76
feat: Always show AV moderation.
2021-08-23 09:43:53 -05:00
Дамян Минков
2616e126fb
feat: Show footer context menu in p2p.
2021-08-23 09:43:53 -05:00
Дамян Минков
38f9c97f40
fix: Fixes reloads after enabling AV moderation.
2021-08-23 09:43:53 -05:00
robertpin
c7a91e1974
feat(reaction-sounds) Added sounds for reactions ( #9775 )
...
* 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
2021-08-23 12:57:56 +03:00
hmuresan
fe41eef398
fix(drawer-menu) Allow scroll on drawer menu items
2021-08-20 16:35:24 +03:00
Saúl Ibarra Corretgé
08177af182
fix(rn,amplitude) update Amplitude SDK on RN
...
Amplitude has gone back to having a separate package for RN, so switch to it.
2021-08-20 15:24:34 +02:00
José Luís Andrade
229520f74f
fix(lang) update Portuguese translation
2021-08-20 14:39:57 +02:00
Saúl Ibarra Corretgé
0d9af05a4b
chore(rn,versions) bump app and sdk versions
2021-08-20 11:51:03 +02:00
Avram Tudor
1ad9046a38
Improve premeeting screens ux ( #9726 )
...
* 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
2021-08-20 11:53:11 +03:00
Avram Tudor
49a73ac446
fix(jaas) do not redirect to plan limit page on auth errors ( #9746 )
2021-08-20 11:36:09 +03:00
Avram Tudor
8e4a22bdbf
fix(moderation) fix ui styles for advanced moderation context menu ( #9758 )
2021-08-20 11:23:37 +03:00
Saúl Ibarra Corretgé
ddbf334930
fix(e2ee) fix showing not supported warning when alone
2021-08-19 17:19:00 +02:00
Saúl Ibarra Corretgé
cd5f2b483f
fix(e2ee) show entire content at all times
2021-08-19 17:19:00 +02:00
Saúl Ibarra Corretgé
cf34b0a783
fix(e2ee) update E2EE warning message
2021-08-19 17:19:00 +02:00
Saúl Ibarra Corretgé
10cc3b2b31
fix(ios) fix conference failing when proximity sensor is near
...
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: https://github.com/react-native-webrtc/react-native-callkeep/issues/143
Fixes: https://github.com/jitsi/jitsi-meet/issues/9619
2021-08-19 13:55:35 +02:00
Saúl Ibarra Corretgé
27e4e862fd
feat(xmpp) remove clientNode config option
2021-08-19 13:28:58 +02:00
Avram Tudor
4b3d92dcbd
fix(moderation) highlight dominant speaker ( #9750 )
2021-08-19 14:08:30 +03:00
Saúl Ibarra Corretgé
5c1e2b4bd2
fix(AudioRoutePickerDialog) add proper margin
2021-08-19 10:47:53 +02:00
Saúl Ibarra Corretgé
a4d516ca86
fix(ios) fix deadlock when selecting audio device
...
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.
2021-08-19 10:47:53 +02:00
Avram Tudor
d41c597446
fix(moderation) hide status icons on hover ( #9747 )
2021-08-19 11:32:36 +03:00
José Luís Andrade
4788720edd
fix(lang) update portuguese translation
2021-08-19 09:56:20 +02:00
Jaya Allamsetty
40099e97ec
feat(Filmstrip): Reorder the visible participants in the filmstrip. ( #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.
2021-08-18 18:34:01 -04:00
Дамян Минков
a7a44902ec
fix: Fixes dot shown left of logo.
...
Empty list with border is showing 2px dot.
2021-08-18 17:18:39 -05:00
Scott Boone
7af23f35ba
added comment for future proofing
2021-08-18 14:01:11 -05:00
Calin Chitu
cf49af1a9f
fix(participants-pane) fixed participants pane button toggled state
2021-08-18 12:39:27 -05:00