Jaya Allamsetty
e7078786e6
fix(config) Remove code related to deprecated configs 'preferH264' and 'disableH264'.
2022-12-21 10:58:38 -05:00
Horatiu Muresan
32dbdf2e5c
feat(deeplinking) Move deeplinking to config.js ( #12704 )
2022-12-20 19:03:57 +02: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é
294d2c9f6e
fix(rn,config) make sure VP9 is never selected
2022-12-16 17:55:53 +01: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
Robert Pintilii
aef5328aeb
ref(TS) Convert some features to TS ( #12651 )
2022-12-14 14:23:07 +02: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
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
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
Saúl Ibarra Corretgé
3081b41d0d
fix(android) temporarily disable P2P
...
For some reason one of the users gets a black screen when doing Android
to Android calls. If iOS is involved things Just Work (TM).
It seems to be related to the use of H.264, but since it works with iOS
there must be something else to it.
2022-11-22 14:00:47 +01:00
Shawn
93ab7725e7
feat(toolbox) notify click for hangup-menu and end-meeting menu button
2022-11-11 16:06:53 -06:00
Robert Pintilii
7a9f51b01b
ref(TS) Convert some features to TS ( #12546 )
2022-11-11 10:20:33 +02:00
Robert Pintilii
4bd27730ce
ref(TS) Convert some features to TS ( #12523 )
2022-11-10 10:45:56 +02:00
Jaya Allamsetty
6223e16ca5
ref(config) Cleanup unused flags related to multi-stream mode.
2022-11-09 15:23:30 -05:00
Jaya Allamsetty
f3e4c57036
Remove legacy signaling and legacy SS mode. ( #12499 )
...
* fix(connection-status): remove unused participant connectionStatus.
Always use trackStreamingStatus now that legacy endpoint based signaling has been removed.
* remove the check for source-name signaling.
Default to source-name signaling always.
* Remove the check for multi-stream mode.
Make that the default mode and remove the support for legacy SS mode.
* Remove presenter mode.
* update latest@lib-jitsi-meet
2022-11-08 14:15:49 -05:00
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS ( #12491 )
...
Remove global variables from files
Change type to interface
2022-11-03 10:35:51 +02:00
Robert Pintilii
9f5a56bbc7
ref(TS) Convert some features to TS ( #12462 )
2022-10-27 10:33:11 +03:00
Mihaela Dumitru
b4809fe083
feat(gif) Support rating config + show display name over gif tile ( #12461 )
2022-10-26 16:23:39 +03:00
Saúl Ibarra Corretgé
33ec975e19
fix(rn,config) fix forcing VP8 for bridge calls
2022-10-24 10:28:38 +02:00
Saúl Ibarra Corretgé
db6165209b
feat(rn) use H.264 (HW codec) for P2P calls
...
This requires a custom video encoder / decoder factory which uses the
hardware codec only for H.264 and the software implementations for the rest.
2022-10-24 10:28:38 +02:00
Jaya Allamsetty
aebe4885bb
ref(filmstrip) Remove the option to disable thumbnail re-ordering.
2022-10-21 09:17:17 -04:00
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I ( #12424 )
2022-10-20 12:11:27 +03:00
Robert Pintilii
3eecf8063f
ref(TS) Remove unnecessary ts-ignores ( #12412 )
...
Remove ts-ignores that are no longer needed because of tsconfig.web.json
Change ts-ignore to ts-expect-error for files outside react/features
2022-10-19 11:42:54 +03:00
bogdandarie
485c875ee5
feat(config) add ability to hide speaker stats
2022-10-17 22:40:13 +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
Robert Pintilii
be25ad855f
ref(TS) Convert some files to TS ( #12307 )
2022-10-07 11:39:18 +03: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
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
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
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2022-09-27 10:25:20 +02: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
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
63b6b5a72d
ref(TS) Convert some files to TS ( #12204 )
2022-09-21 11:32:50 +03:00
Robert Pintilii
6dd04136de
ref(TS Convert some files to TS ( #12191 )
2022-09-19 10:40:03 +03: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
f5e60a7ca4
fix(filmstrip) Save stage filmstrip in settings ( #12170 )
...
Add config for stage participants number
Enable stage filmstrip by default
2022-09-15 10:57:48 +03:00
tmoldovan8x8
b83c55e9c4
fix(rn) fixes typo in functions.native
2022-09-14 14:49:13 +03:00
Robert Pintilii
95084e1004
ref(TS) Convert some base features to TS ( #12138 )
2022-09-14 10:54:56 +03:00
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config ( #12143 )
...
Use new TS config from @jitsi/eslint
Fix all lint errors
2022-09-08 12:52:36 +03:00
Robert Pintilii
efb69d5382
ref: Improve TS files ( #12130 )
...
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
2022-09-06 20:32:20 +03:00
Gabriel Borlea
9323b86e3c
feat(rtc-stats): support for react native and breakout rooms ( #11835 )
...
* feat(rtc-stats): mobile flow
* fix(rtc-stats): create websocket connection event
* feat(rtc-stats): separate middlewares and filter callstats pcs
* fix: linting problems
* fix: linting problems 2
* fix(rtc-stats): middlewares
* ref(rtc-stats): rewrite in typescript
* remove blank line and flow tag
* fix: linting problems
* remove redundant comment
* remove index file
* fix: sort interface keys
* feat(rtc-stats): support for breakout rooms
* ref(rtc-stats): send isBreakoutRoom flag when connecting to rtc stats
* code review
* fix(rtc-stats): rebase issues
* remove empty lines
* chore(rtc-stats): update rtc-stats to latest version
* fix: linting issues
2022-09-06 10:42:59 +03:00
Robert Pintilii
17008237dc
ref: Improve TS state ( #12125 )
...
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
2022-09-05 14:24:13 +03:00
Robert Pintilii
271ea8315b
ref: Improve reducers TS ( #12123 )
2022-09-05 12:05:07 +03:00
Saúl Ibarra Corretgé
bebcc8234f
fix(rn,multi-stream) don't send multiple streams on mobile
...
Mobile does not do multiple local video streams for performance reasons,
so avoid creating the local fake participant.
WIP
2022-08-30 14:13:17 +02:00