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
Christoph Settgast
77e02a0994
chore(ci): update to checkout@v3 to fix node12 warnings ( #12722 )
...
Warning is: Node.js 12 actions are deprecated. For more information
see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ .
Please update the following actions to use Node.js 16: actions/checkout@v2
2022-12-22 21:31:24 +01:00
Christoph Settgast
965e7dc41d
ci: move jsonlint to npm run script ( #12721 )
...
easier local execution than looking through GH actions
2022-12-22 21:31:07 +01:00
Christoph Settgast
ad0ad31df9
fix(lang) update German translation ( #12720 )
2022-12-22 21:30:43 +01: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
dependabot[bot]
580f56010a
chore(deps): bump loader-utils from 1.4.1 to 1.4.2
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-21 20:23:39 +01:00
Jaya Allamsetty
4bad63e484
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1560.0.0+92a5738b...v1561.0.0+2d4cd935
2022-12-21 13:57:48 -05: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
PO-jfiniel
7187530430
fix(android,config) allow to override integer config
...
This commit allow to override integer configuration like this one:
JitsiMeetConferenceOptions options =
new JitsiMeetConferenceOptions.Builder()
.setConfigOverride("resolution", 1080)
.build();
2022-12-20 13:30:17 +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
Saúl Ibarra Corretgé
12c002e015
deps(rn) react-native-webrtc@106.0.1
...
Fixes fps selection during gUM and fliping the active flag in sender
encodings.
2022-12-16 17:55:53 +01:00
Saúl Ibarra Corretgé
9720b4858c
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1557.0.0+8df33524...v1560.0.0+92a5738b
2022-12-16 17:54:33 +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
Jaya Allamsetty
298c4bd1e3
fix(conference) Fixes an issue where first unmute with disableInitialGUM=true was resulting in user staying muted.
...
When device list changes, create a new track with the preferred device only if the user is unmuted. If the user is audio/video muted, remove the existing track from conference. A new track will be created and replaced automatically when the user unmutes. Also since screensharing is a separate source, always check for updated camera devices.
2022-12-15 17:39:25 -05: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
Avram Tudor
cbbe58a1ec
fix(prejoin) fix prejoin app dialogs not being visible ( #12689 )
2022-12-15 11:29:08 +02:00
Robert Pintilii
aef5328aeb
ref(TS) Convert some features to TS ( #12651 )
2022-12-14 14:23:07 +02:00
Gabriel Borlea
f5ac1b6271
chore(deps) lib-jitsi-meet@latest ( #12684 )
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1556.0.0+d9ee8f59...v1557.0.0+8df33524
2022-12-14 12:12:45 +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
Saúl Ibarra Corretgé
c43a319576
feat(deps,rn) update react-native-webrtc@106
...
Brings in Unified Plan support!
2022-12-14 08:35:33 +01:00
Saúl Ibarra Corretgé
585c9aa0d2
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1554.0.0+a25023e7...v1556.0.0+d9ee8f59
2022-12-14 08:34:36 +01:00
Horatiu Muresan
768f10d966
feat(route) Redirect to a custom welcome page
2022-12-13 22:04:11 +02:00
Horatiu Muresan
704740969b
fix(prejoin) Fix missing lib error
2022-12-13 22:04:11 +02:00
damencho
d444a45f00
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1553.0.0+57646337...v1554.0.0+a25023e7
2022-12-13 10:18:31 -06: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
Gabriel Borlea
3445c513ba
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1549.0.0+877c4546...v1553.0.0+57646337
2022-12-13 15:14:01 +01: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
damencho
ef2631e95a
fix: Error in patching config.js
2022-12-12 09:14:16 -06:00
damencho
226ef9f33d
fix: Fixes undefined error in some cases after patching config.js.
2022-12-12 08:46:42 -06:00
tmoldovan8x8
91ec5307ab
fix(android) adds default notification icons
2022-12-12 15:12:05 +02:00
Nils Ohlmeier
fe0b7d3acc
chore(deps): bumped rtcstats 9.5.0 -> 9.5.1 ( #12664 )
2022-12-09 21:14:00 -08: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
bgrozev
9a8a8ef7ad
Bump js-utils to 2.0.5 (filter room names). ( #12625 )
...
* Bump js-utils to 2.0.5 (filter room names).
2022-12-07 10:35:42 -06:00
Calin-Teodor
703ed731c8
feat(base/redux): fixed local storage on native
2022-12-07 18:16:53 +02:00
William Liang
83dfb67f23
fix(video-mute) prevent multiple camera track creation
2022-12-07 10:23:20 -05:00