Calinteodor
a59ab3b0d9
feat(share-room): disable Invite Others button when Share is visible ( #12765 )
...
* feat(share-room): disable/enable Invite Others button
2023-01-12 12:13:18 +02:00
Calinteodor
c50111a57d
feat(ui/polls/security/native): style fixes and updates ( #12761 )
...
* feat(base/ui/native): button fixes and ui updates
2023-01-12 12:11:27 +02:00
Horatiu Muresan
9422f48536
fix(deeplinking) Consider deprecated config ( #12758 )
2023-01-12 11:04:45 +02:00
Jaya Allamsetty
122e80dcf1
fix(audio-only) Fix an issue where 'startAudioOnly' in config is not applied to web clients.
2023-01-11 10:31:50 -05:00
Robert Pintilii
2dbb3c10e2
fix(local-rec) Stop recording properly on size exceeded ( #12757 )
2023-01-11 11:57:34 +02:00
bgrozev
b0591ed968
feat: Append ?room= to conferenceRequestUrl. ( #12753 )
...
* feat: Append ?room= to conferenceRequestUrl.
* Declare conferenceRequestUrl in IConfig.
2023-01-10 13:20:48 -06:00
Calinteodor
450da1a6df
feat(base/media): SS mobile align ( #12743 )
...
* feat(base/media/native): updated styles and converted VideoTransform.js to tsx
2023-01-10 15:31:57 +02:00
Calinteodor
c764397994
Update react native paper dependency to latest ( #12740 )
...
* Update react-native-paper to latest
2023-01-10 11:18:03 +02:00
Jaya Allamsetty
0ad7b3db55
fix(config) Delete deprecated config.
...
Client (receiver constraints) and bridge use the new b/w allocation strategy by default.
2023-01-09 10:35:40 -05:00
Jaya Allamsetty
7e30053d51
fix(config): Remove unused config values.
...
capScreenshareBitrate and setScreenSharingResolutionConstraints are no longer valid.
2023-01-04 10:41:19 -05:00
Horatiu Muresan
0ad52a06ce
feat(prejoin) Disable join buttons during joining
...
- use new `Button` component for drop down buttons
2023-01-04 14:22:51 +02:00
bgrozev
82fd465819
Re-use existing flags for visitor functioonality. ( #12703 )
...
* Fix documentation.
* Re-use existing flags instead for visitor functionality.
* Make the linter happy.
* Declare the disableFocus flag in configType.ts
* chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1561.0.0+2d4cd935...v1564.0.0+e2aa3700
2023-01-03 16:03:42 -06:00
Jaya Allamsetty
561d0c9a10
ref(participants) Remove sortedRemoteScreenshares used by legacy SS.
2023-01-03 10:08:48 -05:00
Hristo Terezov
3b8ad78a62
fix(audio-only):Don't disable on SS started. ( #12733 )
...
Implementing this on mobile in order to match the web implementation.
2023-01-03 11:28:50 +02:00
Horatiu Muresan
2bb2a68e01
chore(welcome-page) Welcome page redesign ( #12717 )
2022-12-22 15:18:06 +02:00
Horatiu Muresan
c441e8abca
fix(welcome-page) Fix error before joining a meeting from welcome page ( #12718 )
2022-12-22 15:15:38 +02:00
Hristo Terezov
27754c8874
fix(filmstrip): scroll
...
Add SS tiles to the number of participants in scroll calculations. This
fixes an issue where the scroll is not displayed if there is a SS tile
and only part of 1 tile is overflowing.
2022-12-21 21:54:10 -06:00
Hristo Terezov
9cc41469d2
ref(setScreenshareMuted): remove mediaType
2022-12-21 11:02:02 -06:00
Hristo Terezov
5077a33fcb
ref(setVideoMuted): remove mediaType param.
2022-12-21 11:02:02 -06:00
Jaya Allamsetty
e7078786e6
fix(config) Remove code related to deprecated configs 'preferH264' and 'disableH264'.
2022-12-21 10:58:38 -05:00
Gabriel Borlea
291370a263
fix(face-landmarks): check for track state only if image capture is not polyfill ( #12711 )
2022-12-21 15:34:40 +02:00
Horatiu Muresan
32dbdf2e5c
feat(deeplinking) Move deeplinking to config.js ( #12704 )
2022-12-20 19:03:57 +02:00
Hristo Terezov
17b5009e63
feat(audioOnly): do not disable when SS starts
2022-12-20 09:57:45 -06:00
Saúl Ibarra Corretgé
d91f49ec88
fix(rn) temporarily disable P2P
...
We're getting some no-video problems after the migration to Unified Plan
(before it was only working for same plan clients FWIW).
It was already disabled on Android, so the same in iOS while we figure
this out.
2022-12-20 16:09:19 +01:00
Saúl Ibarra Corretgé
d3d442e4d2
fix(rn,polyfills) simplify WebRTC polyfills
...
Use the polyfiller provided by react-native-webrtc.
Drop the permissions API polyfill since we no longer use it in the app
and lib-jitsi-meet already works without it.
2022-12-16 17:55:53 +01:00
Saúl Ibarra Corretgé
294d2c9f6e
fix(rn,config) make sure VP9 is never selected
2022-12-16 17:55:53 +01:00
tmoldovan8x8
9fae488070
fix(rn) removes settings dialog webviews and opens urls in browser
2022-12-16 13:30:37 +01:00
Mihaela Dumitru
0e47f72b5f
fix(invite-dialog) adjust dial in limit display condition and styling ( #12654 )
2022-12-16 09:50:48 +02:00
Gabriel Borlea
955367a157
fix(config): cleanup config function ( #12690 )
...
* fix(config): avoid cleaning analytics config
* fix cleanup function
2022-12-15 18:00:22 +02:00
Saúl Ibarra Corretgé
c30d1e7479
fix(rn,dynamic-branding) fix handling bogus response from the backend
2022-12-15 12:19:17 +01:00
Robert Pintilii
aef5328aeb
ref(TS) Convert some features to TS ( #12651 )
2022-12-14 14:23:07 +02:00
Titus Moldovan
ca9f0a6788
fix(rn,screenshare) rework the logic for unified-plan with multi-stream
2022-12-14 08:35:33 +01:00
Saúl Ibarra Corretgé
e7c5ae5936
fix(rn,config) don't disable multi-stream sending on RN
...
We don't plan to send both (camera and screen) streams at once, but we
do plan to align with web and have both streams at the same time, with
the camera being muted when we start screen sharing.
2022-12-14 08:35:33 +01:00
Horatiu Muresan
768f10d966
feat(route) Redirect to a custom welcome page
2022-12-13 22:04:11 +02:00
Дамян Минков
9fbbe05d6c
feat: Adds docs, config and scripts around the visitor mode. ( #12658 )
...
* feat: Moves handle of vnode from conferenceIQ stanza error to result.
* feat: Handles redirected to visitor node event.
* feat: Adds README and configurations.
* squash: Drop comment.
* copy edits
* image fix
* fix background for dark mode
* fix the background
* feat: Update s2soutinjection.
* Update README commands formatting.
* Update doc/extra-large-conference/README.md
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
* squash: Creates a generateVisitorConfig helper.
* squash: Moves the folder from doc.
* squash: Update example.
* squash: Drop config.
* squash: Rename var to look like template.
* squash: Fix plugins path.
* squash: Fix sort order of import.
* squash: Fix lint errors.
Co-authored-by: scott boone <scott.e.boone@gmail.com>
Co-authored-by: Scott Boone <scott.boone@8x8.com>
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
2022-12-13 08:26:22 -06:00
Mihaela Dumitru
6a4276b4c8
fix(salesforce) require selected records + styling ( #12669 )
2022-12-12 19:15:45 +02:00
damencho
338b02a6b6
feat: Prints the error on problem sharing YouTube video.
2022-12-12 09:39:25 -06:00
Saúl Ibarra Corretgé
9533650594
fix(e2ee) avoid running middleware when there is no conference
...
When hanging up, the conference transitions to undefined, so we should
skip all processing related to setting up listeners for a new
conference.
2022-12-09 14:44:18 +01:00
Avram Tudor
d7bedb2e07
ref(misc) remove unused code for dock / undock ( #12661 )
...
* ref(misc) remove unused code for dock / undock
* remove translations
2022-12-09 15:19:57 +02:00
Mihaela Dumitru
33e4da32e2
feat(giphy) disable feature from dynamic branding ( #12620 )
2022-12-08 16:02:31 +02:00
Calin-Teodor
703ed731c8
feat(base/redux): fixed local storage on native
2022-12-07 18:16:53 +02:00
Robert Pintilii
51bdf67cf2
fix(dialog) Fix Dialog on mobile ( #12650 )
...
Use JitsiPortal on mobile
2022-12-07 11:27:55 +02:00
tmoldovan8x8
4c9bfe3d4d
feat(E2EE) add initial SAS verification UI
2022-12-06 18:29:33 +01:00
Calinteodor
2ad2e6ff0e
feat(polls/web): removed sort options from polls ( #12641 )
...
* feat(polls/web): removed sort options from polls
2022-12-05 15:18:24 +02:00
Saúl Ibarra Corretgé
a2e8a7f28f
fix(toolbox) hide drawer after toggling camera
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/12628
2022-12-02 15:31:44 +01:00
Pawel Domas
af072c3070
fix: get the current conference
...
state['features/base/conference'].conference is not the right way to get the current conference.
See getCurrentConference selector - it accounts for joining and other states.
2022-12-01 16:02:35 -05:00
Gabriel Borlea
2556a7ab77
fix(face-landmarks): assign empty array to facelandmarks in speakerstats if undefined
2022-11-29 19:12:43 +01:00
Charles Zablit
3cbf160f2b
fix: always display transcription ( #12325 )
...
* feat: always display transcription
* fix: unused import
2022-11-29 09:50:19 -06:00
Robert Pintilii
0ba033e07d
ref(TS) Improve TS ( #12612 )
...
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
2022-11-28 12:52:45 +02:00
Robert Pintilii
cb3fb3ada9
ref(TS) Convert some features to TS ( #12611 )
2022-11-28 12:52:24 +02:00