Robert Pintilii
4bd27730ce
ref(TS) Convert some features to TS (#12523)
3 years ago
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
3 years ago
Saúl Ibarra Corretgé
edf5e1c094
fix(ts) fix mysterious linting errors
We have a rule that should apply here, but somehow it doesn't...
3 years ago
Saúl Ibarra Corretgé
7cd39b7983
feat(ts) make tsc happy
3 years ago
Saúl Ibarra Corretgé
2596c463fe
fix(ts) make tsc (almost) not cry on native
Co-authored-by: Calinteodor <calin.chitu@8x8.com >
Co-authored-by: Robert Pintilii <robert.pin9@gmail.com >
3 years ago
Robert Pintilii
6ab996568b
ref(TS, rn) Fix some TS errors on tsconfig.native (#12432)
3 years ago
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
3 years ago
Robert Pintilii
2a321d6b1f
ref(TS) Convert some files to TS (#12364)
3 years ago
bogdandarie
1279c5b0da
fix(jaas) redirect to about blank when close meeting opened in iframe
3 years ago
Calinteodor
4d84123c71
feat(prejoin/native): clear notifications when joining (#12361)
* feat(prejoin/native): clear notifications when joining
3 years ago
Jaya Allamsetty
3f78de2d34
fix(virtual-backgroud) Remove desktop share as virtual background.
Its no longer supported in multi-stream mode.
3 years ago
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
3 years ago
Mihaela Dumitru
93406bb12c
feat(whiteboard) add initial implementation (#12185)
3 years ago
Robert Pintilii
bfa88f13dc
feat(ui-components) Add Dialog Component (#12260)
3 years ago
Bogdan Duduman
48db099134
feat: include sort members eslint changes
3 years ago
Robert Pintilii
a1d20dc188
ref(TS) Convert some features to TS (#12149)
Convert AV Moderation and Breakout Rooms to TS
3 years ago
Robert Pintilii
95084e1004
ref(TS) Convert some base features to TS (#12138)
3 years ago
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
3 years ago
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
3 years ago
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
3 years ago
Robert Pintilii
3403d7bec2
ref: Convert reducers to TS (#12101)
3 years ago
Robert Pintilii
cfda02ee10
ref(shared-video) Merge web and native reducers (#12108)
Convert reducer to TS
3 years ago
Robert Pintilii
1010955393
ref: Convert some reducers to TS (#12065)
3 years ago
Saúl Ibarra Corretgé
2ae4ba3875
feat(ios) add lite SDK target
3 years ago
Robert Pintilii
00221b7482
ref: Convert some reducers to TS (#12002)
3 years ago
Robert Pintilii
05fdd5f31f
ref: Convert some reducers to TS (#11994)
3 years ago
Robert Pintilii
5f04c5ba64
ref: Convert some reducers to TS (#11988)
3 years ago
Robert Pintilii
2cea6c7b98
ref: Convert Theme to TS (#11926)
3 years ago
Robert Pintilii
6f4b858e35
ref: Convert reducer to TS (#11920)
3 years ago
Robert Pintilii
e139c6d32d
ref: Convert some reducers to TS (#11915)
3 years ago
Robert Pintilii
44e5fa35af
ref: Convert some reducers to TS (#11904)
3 years ago
Robert Pintilii
c1e9724bba
ref: Convert some reducers to TS (#11886)
3 years ago
Andrei Gavrilescu
06491e2406
feat(noise-suppression): Add noise suppression effect. (#11547)
* add denoise effect
* denoise prototype
* improve rnnoise / add comments
* revert some unnecessary changes
* Add noise suppressor worklet
* Send notification on failure
* address code review
* additional comments
* additional comments
* update package-lock
* fix rebase changes
* update rnnoise npm package
* sort lang
* adjust webpack performance hint
* address code review
* address code review
* switch ns files to typescript
* fix null-loader version, lang sort
* fix lint
* missing import
* fix lint / address code review
* use single action for ns state
* move activation to thunk
* increase node heap
* copy noise-suppressor to deploy
* fix ts lint
3 years ago
Robert Pintilii
ac2af79807
ref(TS) Alpha sort interfaces (#11883)
3 years ago
Mihaela Dumitru
009588a3d8
fix(hangup) - redirect after hangup in tenant meetings (#11876)
3 years ago
Robert Pintilii
449d52f26b
ref: Convert some reducers to TS (#11875)
3 years ago
Robert Pintilii
defd0d2aaf
ref: Convert some reducers to TS (#11862)
3 years ago
Robert Pintilii
f31a7f31e6
ref: Convert files to TS (#11840)
3 years ago
Saúl Ibarra Corretgé
b0deb9ec0c
fix(lint) make sure eslint also runs on TypeScript files (#11777)
Co-authored-by: robertpin <robert.pin9@gmail.com >
Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com >
3 years ago
Calinteodor
0d50f1867d
feat(mobile/navigation): revert to stack navigator (#11811)
* feat(mobile/navigation): replaced native stack with stack navigator and other ui fixes
3 years ago
Saúl Ibarra Corretgé
cbe3d6d505
feat(rn) remove use of externalAPIScope
Use the system broadcasting mechanism instead.
On Android I took the chance and removed the no longer needed
BaseReactView and implemented it on JitsiMeetView instead.
3 years ago
Robert Pintilii
935e4d3261
ref(config) Convert config to TypeScript (#11774)
3 years ago
Robert Pintilii
a39d9f283d
ref(reducers) Convert some reducers to TS (#11768)
3 years ago
Robert Pintilii
a7c96e302f
feat(local-recording) Add self local recording (#11706)
Only record local participant audio/ video streams
3 years ago
Robert Pintilii
d0790736db
feat(external-api) Add participants pane toggled event (#11718)
3 years ago
Saúl Ibarra Corretgé
517ec29d85
fix(rn,dialogs) fix displaying dialogs on top of modal screens
Render them together with bottom sheets in a FullWindowOverlay.
3 years ago
Saúl Ibarra Corretgé
6ad279f029
fix(rn, bottomsheet) fix not rendering above presentation sheets
Move all sheets to render in a new container which uses FullWindowOverlay, which allows rendering above presentation controllers on iOS.
3 years ago
Дамян Минков
f3c6b54ffa
fix: When adding a room param to urls check for previous params. (#11607)
* fix: When adding a room param to urls check for previous params.
* squash: Uses URL object to modify the url.
* squash: Use common connection options from base/connection.
Normalizes bosh url and for web.
* squash: Adds release param to external api and handles it.
* feat: Adds release handling for mobile(links in welcome page).
* squash: Fixes comments.
3 years ago
Calinteodor
dbf7bf4750
feat(prejoin) native prejoin screen and other navigation updates
* feat(prejoin) created native Prejoin screen
* feat(prejoin) fixed useState callback and updates warnings
* feat(prejoin) created styles file
* feat(prejoin) moved nav from middleware to appNavigate, created native DeviceStatus
* feat(prejoin) updated styles
* feat(prejoin) review remarks pt. 1
* feat(prejoin) removed unused styles
* feat(prejoin) review remarks pt. 2
* feat(prejoin) comment fix
* feat(prejoin) added header title
* feat(prejoin) review remarks
* feat(lobby) updated styles
* feat(prejoin) updated lobby screen header button functionality
* feat(prejoin) review remarks pt 3
* feat(welcome) removed VideoSwitch component
* feat(mobile/navigation) fixed linter
* feat(welcome) moved isWelcomePageEnabled to functions.ts
* feat(mobile/navigation) screen options and order updates
* feat(app) review remark
* feat(welcome) added translation for screen header title and fixed build
* feat(mobile/navigation) added screen title translation and created screen option
* feat(mobile/navigation) fixed screenOptions import
* feat(mobile/navigation) added DialInSummary title translation, fixed animation and close button
* feat(welcome) fixed build
* feat(welcome) removed extra check
* feat(prejoin) review remarks pt 4
* feat(prejoin) added Join in low bandwidth mode btn
* feat(welcome) changed welcome screen header title
* fixup lobby close
3 years ago
Robert Pintilii
38724458e3
ref(reactions) Re-write using TypeScript (#11603)
3 years ago