Robert Pintilii
44c8b31187
ref(styles) Change some withStyles to makeStyles ( #12373 )
...
Convert PreMeetingScreen to TS and transform it to function component
2022-10-17 12:28:04 +03:00
bogdandarie
1279c5b0da
fix(jaas) redirect to about blank when close meeting opened in iframe
2022-10-17 09:32:18 +02:00
bogdandarie
495957104c
fix(notifications) don't show self view notifications if already one is active
2022-10-17 09:03:06 +02:00
Calinteodor
b558d7936c
feat(chat): fixed chat counter ( #12385 )
...
* feat(chat): fixed chat counter and updated new messages button web styles
2022-10-14 17:09:42 +03:00
Calin-Teodor
1fe2a9193f
feat(conference/native): adjusted carmode ui
2022-10-14 16:13:54 +03:00
Calin-Teodor
e8e6beabab
feat(prejoin/native): adjusted room name margins
2022-10-14 16:00:44 +03:00
Saúl Ibarra Corretgé
4a54f4bedc
fix(rn,large-video) don't render video for the local SS
2022-10-13 19:14:40 +02:00
Calinteodor
4d84123c71
feat(prejoin/native): clear notifications when joining ( #12361 )
...
* feat(prejoin/native): clear notifications when joining
2022-10-13 17:05:21 +03:00
Saúl Ibarra Corretgé
4018e8875f
fix(rn,screensharing) fix build
2022-10-13 15:19:24 +02:00
Calinteodor
be93fbd512
feat(toolbox/conference/audio-mode/chat/native): UI fixes and updates ( #12375 )
...
feat(toolbox/conference/audio-mode/chat/native): UI fixes and updates
2022-10-13 16:13:00 +03:00
Robert Pintilii
51bbc3f87f
ref(ui-components) Use new Button on prejoin ( #12372 )
2022-10-13 13:42:39 +03:00
Robert Pintilii
f5fb402784
ref(TS) Convert some features to TS ( #12366 )
2022-10-13 11:26:28 +03:00
Robert Pintilii
70503d2518
ref(label) Convert to function component ( #12370 )
...
Fixes issue where Label styles would take precedence over parent styles (raised hand counter would be gray instead of yellow)
2022-10-13 10:46:00 +03:00
Calinteodor
935f95a3d5
feat(prejoin/native): ui updates ( #12368 )
...
* feat(prejoin/native): ui updates
2022-10-12 15:43:11 +03:00
Hristo Terezov
53e4f584f9
fix(remote-control): when multistream is enabled
2022-10-11 15:48:24 -05:00
Saúl Ibarra Corretgé
e218c0d3af
fix(conference) fix Spot wireless screen sharing
...
Make sure we use the same screen-sharing flow which takes multi-stream
into consideration.
2022-10-11 18:09:50 +02:00
Robert Pintilii
6c3206e4d4
ref: TS Improvements ( #12358 )
...
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
2022-10-11 13:47:54 +03:00
Calinteodor
abdc5123eb
feat(base/ui): fixed native button active style ( #12353 )
...
* feat(base/ui): fixed native button active style
2022-10-11 11:26:09 +03:00
Robert Pintilii
6423ed8fb5
ref(ui-components) Use new Dialog component ( #12351 )
...
Convert some files to TS
2022-10-11 11:24:11 +03:00
Robert Pintilii
b858496adb
ref(ui-components) Use new Dialog component ( #12349 )
...
Convert some files to TS
Refactor MuteEveryone and MuteEveryonesVideo dialogs. Move shared code to abstract components. Remove unnecessary code
2022-10-10 12:12:02 +03:00
Jaya Allamsetty
68f79e52e7
fix(virtual-background) Remove unused action type VIRTUAL_BACKGROUND_TRACK_CHANGED.
2022-10-07 19:22:54 -04:00
Jaya Allamsetty
3f78de2d34
fix(virtual-backgroud) Remove desktop share as virtual background.
...
Its no longer supported in multi-stream mode.
2022-10-07 19:22:54 -04:00
Jaya Allamsetty
6ede5c478f
fix(external-api) Remove muted SS tracks from the list of participants currently screensharing.
...
Fixes an issue where 'contentSharingParticipantsChanged' event and 'getContentSharingParticipants' API continue to list IDs of the participants that have already stopped their screenshares.
2022-10-07 11:25:01 -04:00
Duduman Bogdan Vlad
2ba7b3acb7
fix(large-view) fix selection if local SS auto-select is true
2022-10-07 17:06:25 +02:00
robertpin
ebcd1d85f2
fix(local-recording) don't use tab audio
...
We have observed that participant audio is distant and garbled, so we
added the tracks individually to the mixer.
In addition, using tab audio prevents us from using preferCurrentTab due
to: https://bugs.chromium.org/p/chromium/issues/detail?id=1317964 so
losing audio effects but having better participant audio quality (in
addition to better UX) is not a bad compromise.
2022-10-07 17:04:31 +02:00
Saúl Ibarra Corretgé
4857664f15
fix(rn,display-name) fix displaying for virtual SS
2022-10-07 15:30:11 +02:00
Saúl Ibarra Corretgé
0f84b0b9fe
fix(rn,thumbnail) fix not rendering indicators for virtual SS
2022-10-07 15:30:11 +02:00
Saúl Ibarra Corretgé
eda3e620d3
fix(rn,participants) fix not rendering connection info messages
...
Also move shouldRenderParticipantVideo to the only place it's used.
2022-10-07 15:30:11 +02:00
Saúl Ibarra Corretgé
e8df8f75a8
fix(rn,participants) fix rendering screen-sharing
2022-10-07 15:30:11 +02:00
Calin-Teodor
f2b2b02029
feat(base/modal): enable scroll for jitsi screen component
2022-10-07 16:27:40 +03:00
Avram Tudor
66769136ed
fix(prejoin) show subject in prejoin if available ( #12338 )
2022-10-07 15:14:53 +03:00
Calin-Teodor
179647c93c
feat(base/ui/native): centered button label
2022-10-07 12:21:25 +03:00
Robert Pintilii
25bd824621
ref(ui-components) Use new Dialog component ( #12306 )
...
Convert some files to TS
2022-10-07 12:16:41 +03:00
Robert Pintilii
be25ad855f
ref(TS) Convert some files to TS ( #12307 )
2022-10-07 11:39:18 +03:00
Jaya Allamsetty
b1931de7b0
fix(screenshare): Pass _desktopSharingSourceDevice as shareOptions when available.
...
Fixes an issue when external cam as screensharing source fails on Spot with multi-stream enabled.
2022-10-07 07:38:21 +02:00
Horatiu Muresan
02da4a1c42
fix(hide-buttons-on-jwt) Fix getting disabled buttons ( #12326 )
2022-10-06 18:01:53 +03:00
Mihaela Dumitru
e30b0306f9
fix(whiteboard) account for moderation rights ( #12323 )
2022-10-06 16:01:45 +03:00
Mihaela Dumitru
11e13e1849
fix(whiteboard) use randomly generated room id for collaboration ( #12321 )
2022-10-06 15:22:48 +03:00
Calinteodor
0f7aa5a084
feat(mobile/navigation): disabled bottom tab navigator backBehavior ( #12320 )
...
* feat(mobile/navigation): disabled backBehavior in bottom tab navigator
2022-10-06 14:55:44 +03:00
Calinteodor
ad4707c660
feat(settings/native): start car mode in low bandwidth mode ( #12286 )
...
* feat(settings/native): start car mode in low bandwidth mode
2022-10-06 14:29:39 +03:00
Mihaela Dumitru
d0c22806ec
ref(participants) use enum type to store fake participants ( #12316 )
2022-10-06 14:12:57 +03:00
tmoldovan8x8
be7f2643df
fix(rn) disables joinButton while navigating
2022-10-06 13:33:26 +03:00
Robert Pintilii
6c9441fa7b
ref(ui-components) Update ContextMenu and move it to base/ui ( #12318 )
2022-10-06 13:09:40 +03:00
Saúl Ibarra Corretgé
a2d39ca5b1
fix(rn,util) avoid 'clipboard-copy' being bundled in native
...
The copyText wrapper is used in the `showStartedRecordingNotification`
action, which is common for web and native. Provide a native
implementation so the right one is bundled.
2022-10-06 11:24:20 +02:00
Jaya Allamsetty
da9b5a9156
fix(multi-stream): Set mediaType to screenshare on SS tracks.
...
Fixes an issue where camera video doesn't get requested by RN clients when the remote ep starts SS first before turning on their camera.
2022-10-05 09:50:57 -04:00
Saúl Ibarra Corretgé
f935b29629
feat(rn,config) default to VP8 on mobile
...
VP9 is too resource intensive.
H.264 might be coming back for P2P but we need to fix support for
Android first, since it's not available with the default software codec
factory.
2022-10-04 22:43:51 +02:00
Horatiu Muresan
a2d0492007
feat(toolbar-buttons) Hide buttons disabled through JWT ( #12261 )
2022-10-04 16:02:49 +03:00
Robert Pintilii
c35d1d8d4b
ref(polls) Convert files to TS ( #12296 )
2022-10-04 15:06:02 +03:00
Robert Pintilii
7d7bf987a1
fix(lobby) Make password hidden by default ( #12295 )
2022-10-04 13:52:37 +03:00
Robert Pintilii
3e744c5ffe
ref(TS) Convert some files to TS ( #12289 )
2022-10-04 13:52:09 +03:00
Robert Pintilii
f4f8808d95
ref(ui-components) Update some dialogs to use the new component ( #12288 )
...
Improve Dialog component to auto close on cancel or on submit
Change logic to determine whether a dialog is using the new component
Convert some files to TS
2022-10-04 12:44:48 +03:00
Robert Pintilii
21bcbdc12f
feat(local-recording) Change tab title to help identifying it ( #12294 )
2022-10-04 11:59:19 +03:00
Horatiu Muresan
c56c5bd145
fix(polls) Fix autoscroll for polls causing layout issues
2022-10-03 12:39:08 +03:00
Tamas Domokos
f5a4fd4bc2
fix (translation) remove unused i18n import
2022-10-03 11:15:12 +02:00
Calin-Teodor
cb881311e7
feat(mobile/navigation): updated translations for screen headers
2022-10-03 12:04:06 +03:00
Saúl Ibarra Corretgé
fbcdb250f4
fix(ts) fix build on macOS
...
Why this line fails is a mystery, but it's only reproducible on macOS.
2022-09-30 15:43:40 -05:00
Mihaela Dumitru
1230cebde2
fix(avatar) support icons alongside cors avatars ( #12280 )
2022-09-30 17:51:16 +03:00
Mihaela Dumitru
93406bb12c
feat(whiteboard) add initial implementation ( #12185 )
2022-09-30 17:50:45 +03:00
Robert Pintilii
7364c7f27b
ref(TS) Remove unnecessary ts-ignores
2022-09-30 11:08:03 +02:00
Calinteodor
2de2500080
feat(mobile/navigation/welcome): welcome page tabs translations
2022-09-30 11:07:00 +02:00
Alexandru Petrus
7aefc3b94a
feat(invite-dialog) Add limit message for invite dialog
2022-09-29 19:06:14 +03:00
Avram Tudor
3c180d3932
ref(join) remove overlay shown for a slow gUM flow ( #12268 )
2022-09-29 16:55:31 +03:00
Robert Pintilii
5c77f61037
ref(gifs) Convert feature to TS ( #12264 )
2022-09-29 14:45:34 +03:00
tamasdomokos
8162ae4dbe
fix(translation) translation button visibility for users, add missing languages
2022-09-29 13:44:59 +02:00
Calin-Teodor
69e0a37529
feat(base/ui): added autofocus prop
2022-09-29 13:31:20 +03:00
Robert Pintilii
bfa88f13dc
feat(ui-components) Add Dialog Component ( #12260 )
2022-09-29 13:26:34 +03:00
Robert Pintilii
0d917df1fb
ref(feedback) Use new Input component ( #12265 )
...
Remove @atlaskit/field-text-area dep
2022-09-29 12:40:16 +03:00
Jaya Allamsetty
95a3a8de0b
fix(face-landmarks): Check mute state from redux before starting detection.
2022-09-28 11:48:13 -04:00
William Liang
5d6aec3f3c
fix(speaker-stats) decouple sort order from speaker stats ( #12197 )
2022-09-28 10:51:53 +03:00
Bogdan Duduman
53df3a7b55
fix: fix copyText import
2022-09-27 11:43:29 -05:00
Horatiu Muresan
ca54533153
fix(audio-configs) Fix startWithAudioMuted overrriding startSilent ( #12251 )
2022-09-27 15:56:59 +03:00
Saúl Ibarra Corretgé
02f5987187
feat(rn,conference) show participants pane in the top bar
...
Replace the invite button, which is accessible within the participants
pane.
Show the screen-sharing button in the toolbox when space allows, and fix
it so it's rendered when outside the overflow menu.
2022-09-27 13:21:08 +02:00
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2022-09-27 10:25:20 +02:00
Robert Pintilii
1106a86ba7
ref(connection-indicator) Convert to TS ( #12239 )
2022-09-27 10:42:30 +03:00
Jaya Allamsetty
54346c065d
feat(large-video) Show SS on large-video instead of camera tile.
...
This is helpful in live streaming scenarios when AUTO_PIN_LATEST_SCREEN_SHARE is disabled and multi-stream is enabled. Dominant speaker's SS tile (if available) will be on stage instead of their camera tile. Fixes https://github.com/jitsi/jitsi-meet/issues/10869 .
2022-09-26 16:57:11 -04:00
Filip Rejmus
c3ebde18df
fix(helpers) move copyText function to web.js file
...
It gets bundled on mobile for no reason otherwise.
2022-09-26 19:31:06 +02:00
Saúl Ibarra Corretgé
eee096e0c0
fix(ts,build) fix TS error in web build
2022-09-26 09:47:35 -05:00
Robert Pintilii
9c6119606f
ref(chat) Convert some files to TS ( #12238 )
2022-09-26 12:54:22 +03:00
Robert Pintilii
077afecdba
fix(external-api) Fix pin function ( #12236 )
...
Make pin function work with stage filmstrip
2022-09-26 12:13:32 +03:00
Jaya Allamsetty
32b8c62ec9
fix(face-landmarks) Do not start detection on muted tracks
2022-09-23 14:26:40 -04:00
Horatiu Muresan
90bcbebedb
fix(carmode) Don`t show rec/live labels after rec/ls finished
2022-09-23 15:26:33 +03:00
Robert Pintilii
4ee77b1f65
ref(TS) Convert some base files to TS ( #12226 )
2022-09-23 12:03:25 +03:00
Robert Pintilii
0bccda2c9e
ref(TS) Convert more base files to TS ( #12222 )
2022-09-23 11:13:32 +03:00
Robert Pintilii
3426960d5a
ref(TS) Convert base/tracks to TS ( #12219 )
2022-09-23 10:48:20 +03:00
Horatiu Muresan
fb2cfaa204
fix(carmode) Force portrait when in carmode
2022-09-22 17:17:19 +03:00
Gabriel Borlea
2cb9596536
feat(rtc-stats): send face landmarks detection off timestamp to service ( #12183 )
...
* feat(rtc-stats): send camera off timestamp to service
* code review
* improve error handling
* improve rtcstats middleware and complete typescript types
2022-09-22 13:06:31 +03:00
Robert Pintilii
62a10e6587
fix(giphy) Allow space in input ( #12221 )
...
Fixes: space closes gif menu
2022-09-22 11:34:46 +03:00
Jaya Allamsetty
25e7b79237
feat(multi-stream) Enable multi-stream by default (if not disabled explicitly).
2022-09-21 10:15:38 -04:00
Robert Pintilii
779ecd6da6
feat(ui-components) Add Tabs component ( #12199 )
2022-09-21 14:57:59 +03:00
Robert Pintilii
dd4d49a591
fix(filmstrip) Fix stage filmstrip ( #12209 )
...
Use new settings action to determine when max has been reduced
2022-09-21 14:57:40 +03:00
Robert Pintilii
63b6b5a72d
ref(TS) Convert some files to TS ( #12204 )
2022-09-21 11:32:50 +03:00
George Politis
df9185f92a
ref(callstats): Removes redundant config.js option.
2022-09-20 16:54:25 +03:00
Robert Pintilii
e05ad18ee4
fix(prejoin) Remove no longer needed hack
2022-09-19 14:57:57 +02:00
Robert Pintilii
6dd04136de
ref(TS Convert some files to TS ( #12191 )
2022-09-19 10:40:03 +03:00
Jaya Allamsetty
7393c20ed8
fix(testing): Fixes for multi-stream torture tests to work.
2022-09-16 14:31:41 -04:00
tmoldovan8x8
7509b520f3
fix(e2ee) check if e2ee is supported before playing the sound
2022-09-16 14:28:36 +03:00
Robert Pintilii
4c9f3d287a
fix(prejoin) Fix focus stealing in settings ( #12188 )
...
Remove ref focus from InputField component
Replace input component in GifsMenu and add ref focus
2022-09-16 13:05:15 +03:00
Saúl Ibarra Corretgé
d9bbf35466
fix(settings) fix not storing maxStageParticipants
2022-09-15 23:30:44 +02:00
Saúl Ibarra Corretgé
1cd80a33c6
fix(config) fix check for filmstrip property
...
The whole object might be undefined.
2022-09-15 19:43:33 +02:00
Robert Pintilii
2d6e181a13
feat(ui-components) Add Select component ( #12182 )
...
Remove @atlaskit/dropdown
Convert some files to TS
2022-09-15 15:20:11 +03:00