Gabriel Borlea
0bce8e185d
fix(devices): device type to settings key mapping for video
2023-11-24 18:06:04 +02:00
Horatiu Muresan
7f21075613
fix(media-devices) Fix configuring media devices on init ( #14097 )
...
- on 3rd party prejoin, we did not setup the initial devices, resulting in always creating tracks for default device for camera and mic regardless of settings, and for both meeting and 3rd party prejoin to not set the audio output device at all
2023-11-24 17:48:43 +02:00
Gabriel Borlea
e833860fcb
fix(devices): return user selected device id if there is no device id
2023-11-24 15:32:17 +02:00
Saúl Ibarra Corretgé
376b17e011
fix(compute-pressure) disable when in an iframe
...
Permission delegation doesn't work for 3rd party iframes on this origin
trial, wait until Google solves it: https://bugs.chromium.org/p/chromium/issues/detail?id=1504167
2023-11-24 13:56:35 +01:00
Gabriel Borlea
87541a63d3
ref(settings): listen to TRACK_ADDED to set the input devices id ( #14093 )
...
This fixes the issue when starting the conference with video muted, after unmuting it the cameraDeviceId would stay undefined.
2023-11-24 14:16:08 +02:00
Calinteodor
109b83d6f1
fix(sdk): custom server url is overwritten by sdk default url option value ( #14092 )
...
* fix(sdk): custom server url is overwritten by sdk default url option value
2023-11-22 17:13:02 +02:00
Andrei Gavrilescu
3a1fc363ed
feat(rtcstats): fetch conference creator id and send to rtcstats ( #14060 )
...
* fetch conference creator id and send to rtcstats
* fix lint
* fix lint again
2023-11-22 12:39:08 +02:00
Calin-Teodor
71658a5de6
feat(react-native-sdk): null error fix for ios
2023-11-22 12:34:13 +02:00
Calinteodor
40ac57a5d4
feat(settings): make settings screen functional component ( #14084 )
...
* feat(settings): convert component to functional component
2023-11-22 09:47:15 +02:00
damencho
95943b725c
fix(i18n): Fixes retrieving correct countries i18n file.
2023-11-21 13:53:21 -06:00
Gabriel Borlea
0813ae0f3c
fix(electron-screensharing): get the right current selected source
2023-11-21 12:13:59 -06:00
Thomas Egebrand Gram
bda39ef876
feat(watermark) move static styles into stylesheet file & refactor a tiny bit
2023-11-21 16:03:20 +01:00
bgrozev
a83bf98625
Whitelist config.bridgeChannel. ( #13775 )
2023-11-20 10:35:00 -08:00
maheichyk
56673f14b5
fix(context-menu) fix double click behaviour if closed with ESC
...
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net >
Co-authored-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net >
2023-11-17 15:08:50 +01:00
Abbas Al-Mansoori
ab08eb2f99
refactor(rnsdk): remove redundant audio and video actions ( #14066 )
...
* refactor(rnsdk): remove redundant audio and video actions
2023-11-17 12:09:31 +02:00
Mihaela Dumitru
000458697d
fix(salesforce) reduce notification duration ( #14068 )
2023-11-17 11:59:57 +02:00
Дамян Минков
b0c56d8963
fix: Fixes login button in profile settings.
2023-11-16 12:09:23 -06:00
Gabriel Borlea
0ecd65777e
fix(screenshot-captue): get the right worker url
2023-11-16 17:44:24 +02:00
Abbas Al-Mansoori
6d02f50d09
feat(rnsdk): add audio and video muted state changed
2023-11-16 12:54:36 +02:00
Philipp Fruck
a71143891e
fix(native app): Display poll creator name
...
In the jitsi web app, the poll creator is displayed
for all published votes whereas in the native app
the current username of the participant has been
displayed for all polls regardless of the creator
2023-11-16 11:53:36 +02:00
Calin-Teodor
b09574f62f
feat(authentication): group config options inside an object param
2023-11-15 16:30:42 +02:00
Calin-Teodor
8cdde88049
feat(authentication): used config for control over joining audio/video mute/unmute
2023-11-15 12:42:24 +02:00
Calinteodor
27792b0be4
ref(authentication): handle joining in low bandwidth mode ( #14032 )
...
ref(authentication): handle joining in low bandwidth mode
2023-11-14 11:31:55 +02:00
Hristo Terezov
cfcc3fdbbe
fix(FeedbackButoon): display for JaaS meetings.
2023-11-13 13:56:36 -05:00
nurjin jafar
89197cbdb2
fix(a11y) resolve contrast issues in userAvatar and in performance settings slider
...
Signed-off-by: nurjinn jafar <nurjin.jafar@nordeck.net >
2023-11-13 10:51:35 +01:00
Hristo Terezov
f067f07d64
fix(pr-test): For LJM
2023-11-12 22:24:29 -05:00
Hristo Terezov
4594a978e0
feat(feedback): show even if callstats is disabled
2023-11-10 09:56:03 -05:00
Calin-Teodor
fcddccf018
feat(base/ui): removed unneeded lineHeight value
2023-11-09 12:11:09 +02:00
nurjin jafar
7a9285b326
feat(a11y) make instructions in share audio accessible and provide equivilant translation
2023-11-09 10:41:43 +01:00
Gabriel Borlea
11f0ab9226
ref(screenshot-capture): move screenshot processing on a web worker ( #14015 )
...
Improvement for the screenshot capture feature by using a web worker to process the differences between the screenshots, and some code adjustments.
2023-11-09 10:01:02 +02:00
AHMAD KADRI
ff656a0625
ref(accessibility): add an aria-expended attribute if the the button open menu ( #14023 )
...
ref(accessibility): add an aria-expended attribute if the the button open menu
2023-11-08 15:59:05 +02:00
Calinteodor
77abbee308
feat(base/modal): changed hasTabNavigator to hasExtraHeaderHeight ( #14033 )
...
* feat(base/modal): changed hasTabNavigator to hasExtraHeaderHeight
2023-11-08 11:44:10 +02:00
Calinteodor
83c4ce98b4
feat(filmstrip): fixed indicators container dissapear when not in tile view ( #14031 )
...
* feat(filmstrip): fixed indicators container dissapear when not in tile view
2023-11-07 23:33:28 +02:00
Calin-Teodor
898741e40d
feat(filmstrip): fixed indicators container ui
2023-11-07 18:39:02 +02:00
Calin-Teodor
0c3e7395e7
feat(participants-pane): fixed visitors label position
2023-11-07 18:39:02 +02:00
Saúl Ibarra Corretgé
c530bdd107
feat(external_api) add event with transcription chunks
2023-11-07 13:10:00 +01:00
Horatiu Muresan
29dbcb309d
fix(drawer-menu) Make drawer menu accessible on small height ( #14026 )
2023-11-07 13:06:03 +02:00
Calinteodor
8a4990d9ae
sdk(react-native-sdk): rnsdk screenshare android fix ( #13884 )
...
sdk(react-native-sdk): rnsdk screenshare android fix
2023-11-07 12:22:02 +02:00
Calinteodor
2a3c962e88
feat(recent-list): fix undefined error that breaks visitor joining ( #14024 )
...
* feat(recent-list): fix undefined error that breaks visitor joining
* feat(recent-list): revert variable name change
* feat(recent-list): fixed linter
2023-11-06 09:40:28 -06:00
AHMAD KADRI
34f1eb60f4
Accessibility: add validation warning on room name ( #14009 )
...
feat(accessibility): add validation warning on room name
2023-11-06 10:59:51 +02:00
Horatiu Muresan
d7dadfc157
feat(facing-mode) add config for initial camera facing mode ( #14013 )
2023-11-02 16:20:38 +02:00
Muhammed Ajmal M
84d75f2ae8
fix(screen-sharing) Self view of SC sized correctly initially ( #13992 )
2023-11-01 18:32:34 +02:00
damencho
cdc7962d11
feat: Adds region parameter to dial out authorize requests.
2023-10-31 11:45:06 -05:00
Julian LADJANI
4290cdf53d
fix(breakout-rooms, feature-flags): handle breakout button feature flag on participant pane footer component ( #14003 )
...
* fix(breakout-rooms, feature-flags): handle breakout button feature flag on participant pane footer component
2023-10-31 13:53:41 +02:00
Saúl Ibarra Corretgé
5854e38a09
fix(rn) allow default server URL to be set from native
...
On Android we support RestrictionManager, but that already sets it, so
make sure we always save it on the settings.
Editing will be restricted in the Settings dialog if changing it is
restricted anyway.
Fixes: https://github.com/jitsi/jitsi-meet/issues/13994
2023-10-30 15:12:05 +01:00
Calinteodor
29d02f0a2b
feat(chat/native): fixed keyboard overlapping chat input bar ( #13984 )
...
* feat(chat/native): fixed keyboard overlapping chat input bar
2023-10-30 12:59:05 +02:00
Jaya Allamsetty
f2fb525d0a
ref(config) Drop forceJVB121Ratio from config.js
2023-10-23 17:42:32 -04:00
Дамян Минков
07b903d887
feat(visitors): Adds an option to request to be visitor based on jwt. ( #13977 )
...
* feat(visitors): Adds an option to request to be visitor based on jwt.
* squash: Updates ljm.
2023-10-23 12:07:03 -05:00
Mihaela Dumitru
1a39315001
feat(whiteboard) expose the excalidraw api ( #13974 )
2023-10-23 09:22:42 +03:00
Gabriel Borlea
97e5f00dae
fix(electron-screensharing): simplify the proccess ( #13967 )
...
* fix(electron-screensharing): simplify the proccess
2023-10-20 19:55:06 +03:00