Hristo Terezov
9bb27b83d9
ref(modules/UI): remove events system.
...
Many of the events are not used at all or used only on one place. For the rest of them the listeners were added 2 times on promoted visitors and not cleaned at all.
2024-04-21 19:42:41 -05:00
Ilayda Dastan
ce840cc7b6
fix(chat) improve new message visibility for local participant
...
Closes: https://github.com/jitsi/jitsi-meet/issues/14561
2024-04-19 09:58:40 +02:00
Calin-Teodor
c0602abbca
feat(base/config): whitelist customToolbarButtons
2024-04-16 17:39:20 +03:00
Calin-Teodor
55e9136b91
feat(toolbox/native): fixed icon for CustomOptionButton and styles
2024-04-16 16:21:12 +03:00
Mihaela Dumitru
e3ee99754c
fix(debug) enable webview debugging ( #14623 )
2024-04-12 16:32:45 +03:00
Mihaela Dumitru
b3e1865fd8
fix(whiteboard/native) disable Android local storage
2024-04-12 12:28:50 +02:00
Hristo Terezov
5ed4b470e7
feat(visitors-config): Enable media on promotion.
2024-04-11 15:48:23 -05:00
Hazoom
1c25a370be
fix (invite-copy) give user a feedback that copy is done ( #14552 )
2024-04-11 16:28:34 +03:00
Calinteodor
36671d7c4f
feat(toolbox/native): custom overflow menu buttons ( #14594 )
...
* feat(toolbox/native): custom buttons for the OverflowMenu
2024-04-10 14:51:10 +03:00
Avram Tudor
097d51ce10
feat: prosody plugin for sending system chat messages ( #14603 )
...
* feat: prosody plugin for sending system chat messages
* code review changes
* code review changes
* update module name
* update comment
2024-04-08 18:59:00 +03:00
Mihaela Dumitru
37024b4f1f
fix(whiteboard) compute serverUrl once to limit rerenders ( #14600 )
2024-04-05 16:35:59 +03:00
Hristo Terezov
b3312b5650
ref(PasswordSection): Functional copmonents.
2024-04-04 16:58:23 -05:00
damencho
721bb4e4ba
fix: Clear up knocking state on error.
...
Fixes a case where participant is not entering lobby when trying the second time after being rejected.
2024-04-04 16:52:04 -05:00
ilaydadastan
38be09fc54
fix(chat): added emoji tooltip and enter key in smiley panel
2024-04-03 11:19:57 -05:00
Ilayda Dastan
79891419af
fix(chat): fixed error message colors ( #14574 )
...
* fix(chat): fixed error message colors
* fix(chat): changed error message background color
2024-04-03 08:00:17 -05:00
Mihaela Dumitru
5282274856
fix(whiteboard) backend safe room hash
2024-04-02 11:21:15 -05:00
Calinteodor
3b546ea387
feat(whiteboard/native): ui fixes ( #14585 )
...
* feat(mobile/navigation): moved Whiteboard to Conference navigation and fixed screen options
2024-04-02 13:11:36 +03:00
ilaydadastan
82fa1eb870
fix(chat): added translation function
2024-03-29 11:51:27 -05:00
Jaya Allamsetty
d1590db82b
fix(config): Enable ssrc-rewriting by default. ( #14567 )
2024-03-28 23:06:45 -04:00
Calinteodor
5247fbdc0f
feat(ios/android/sdk): delegate transcription chunk received event ( #14516 )
...
* feat(subtitles): created separate helpers for delegating transcription chunks events
on web and mobile
2024-03-28 14:10:02 +02:00
damencho
47598222ce
fix: Fixes parsing hash params to be passed to tokenAuthUrl.
...
The URL.hash returns the # sign, and so we always ignore the first parameter.
2024-03-27 12:43:49 -05:00
Дамян Минков
2c6f4e27fc
feat: Reduces into state region and shard changes from the lib. ( #14546 )
...
* feat: Reduces into state region and shard changes from the lib.
* squash: Fixes few comments.
* chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1802.0.0+49ff6eb4...v1803.0.0+5237dbfe
2024-03-26 18:01:53 -05:00
Jaya Allamsetty
56eecaba2a
fix(flags): Don't assume ssrc-rewriting enabled by default. ( #14545 )
...
* fix(flags): Don't assume ssrc-rewriting enabled by default.
* chore(deps): update latest@lib-jitsi-meet.
https://github.com/jitsi/lib-jitsi-meet/compare/v1796.0.0+d1333434...v1802.0.0+49ff6eb4
2024-03-26 16:28:07 -04:00
Hazoom
bb49c92cc4
fix(polls/web) check for duplicate poll options ( #14541 )
2024-03-26 16:38:22 +02:00
Calinteodor
9b798b4514
feat(base/conference): get subject and localSubject from config ( #14520 )
...
* feat(base/conference): fixed getting localSubject, subject and parsing url params.
2024-03-26 16:07:11 +02:00
Nitin Kushwaha
9727951a77
fix(polls): fix poll button overflow
2024-03-26 15:36:00 +02:00
ilaydadastan
2f6d9d4b52
fix(participants-pane): multi words search
2024-03-25 10:26:35 +01:00
Jaya Allamsetty
f525fb1999
fix(video-quality): Correctly pin camera tile.
...
When screensharing source is the first source to be added with ssrc-rewriting enabled, constraints for the camera tile don't get updated when its pinned. Fixes https://github.com/jitsi/jitsi-meet/issues/14501
2024-03-22 15:37:00 -04:00
damencho
ffbaee065d
fix: Fixes showing left participants in the pane under certain conditions.
...
Fixes #14491 .
When a screensharing participant leaves and is unmuted or sharing the tab audio, there is a dominant speaker changed event which stores wrong values in filmstrip state. And because we skip reordering when there is no filmstrip scroll and no screensharers to avoid reordering on every dominant speaker event for small meetings, we fail to evaluate that the screensharere is actually gone and we still show it.
This will not happen if the one sharing is not dominant speaker (muted) or if there are more participants in the meeting (there is a scroll).
2024-03-22 14:11:08 -05:00
Mohammed Abdul Razak Wahab
f5ab10cfba
fix(polls) fix answer editing bug causing unintended removal
2024-03-21 16:42:17 +01:00
chizhangWang
6db0f89707
fix(feedback) avoid sending dialog with enter press in textarea
...
Co-authored-by: Chizhang, Wang <chizhang.wang@dataport.de >
2024-03-21 15:59:53 +01:00
Anshu Pathak
b79907f7a5
feat(notifications) added toast notification on copy sharing link
2024-03-19 21:42:11 +01:00
Calinteodor
ffc6ae333f
feat(premeeting/conference/prejoin): fix hiding meeting subject helper ( #14500 )
...
* feat(premeeting/conference/prejoin): fix hiding meeting subject helper
2024-03-19 20:04:39 +02:00
Hristo Terezov
371b9a3e95
fix(kick): JS error when participant pane is open.
...
There are cases when if you are kicked and the participant pane is
open, the getBreakoutRooms() call will return undefined and since
isBreakoutRoomRenameAllowed is used in useSelector and fails, all
execution will stop leaving us in a broken state.
2024-03-18 17:19:43 -05:00
Christoph Settgast
b43379a0bc
fix(chat) dont emojify matrix ids ( #14492 )
2024-03-18 16:12:06 +01:00
Mihaela Dumitru
07a15f0121
fix(recordings) disable default auto transcribe ( #14495 )
2024-03-18 16:55:09 +02:00
Mihaela Dumitru
c7e80b6780
fix(whiteboard) adjust whiteboard ready check to work without config ( #14486 )
2024-03-18 16:22:37 +02:00
Hristo Terezov
2734da0c66
fix(PasswordSection): Add button not working.
2024-03-15 12:18:10 -05:00
Jaya Allamsetty
a775dd178a
Revert "fix(conference): Do not remove muted tracks at join time when ssrc-rewriting is enabled."
...
This reverts commit bb17337440 .
2024-03-14 13:44:24 -04:00
Jaya Allamsetty
bb17337440
fix(conference): Do not remove muted tracks at join time when ssrc-rewriting is enabled.
2024-03-12 18:52:40 -04:00
Hristo Terezov
26e09acb8a
fix(buttonsWithNotify): Duplicates in config
...
Fixes the issue with adding duplicate elements in buttonsWithNotifyClick and participantMenuButtonsWithNotifyClick with custom buttons.
2024-03-12 12:19:54 -05:00
Saúl Ibarra Corretgé
3d158fb2b4
fix(conference) fix incorrect meeting name in CallKit
...
Reset subject when setting a new room name.
2024-03-12 12:38:02 +01:00
Saúl Ibarra Corretgé
b7785a9f91
feat(recording) add ability to change recording defaults
...
If recordings.recordAudioAndVideo is set to false don't record
audio-video by default.
2024-03-11 21:39:23 +01:00
Calinteodor
0c45d87d1a
react-native-sdk(android): screen share updates ( #14440 )
...
* react-native-sdk(android): removed related modules, services to screen-share feature and updated peerDeps
2024-03-06 17:33:08 +02:00
damencho
7140a90201
fix(visitors): Fixes demoting correct participant.
...
Moderators receive all demote messages so they can show notification if we need to.
2024-03-05 08:22:32 -06:00
Avram Tudor
68dc111e3c
fix: decouple local recording from needing a valid jwt ( #14434 )
2024-03-05 12:41:44 +02:00
damencho
9b0747a0d9
feat(visitors): Demote a visitor for mobile.
2024-03-04 13:18:04 -06:00
damencho
c8cd80a8df
feat(visitors): Checks for visitors support per room.
2024-03-04 13:18:04 -06:00
damencho
f1d4332668
feat(visitors): Adds an option to demote participants to visitors.
2024-03-04 13:18:04 -06:00
damencho
55b3256dc4
fix: Changes jwt error dialog to be sticky.
2024-03-04 13:18:04 -06:00