Hristo Terezov
0fa02ff6ba
fix(devices): Do not select stored devices that are not available.
пре 9 месеци
Saúl Ibarra Corretgé
b35200648c
feat(deps) replace lodash with lodash-es
The latter supports tree-shaking and we don't need to embed the whole
500KB of lodash.
пре 10 месеци
Gabriel Borlea
e833860fcb
fix(devices): return user selected device id if there is no device id
пре 1 година
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.
пре 1 година
Hristo Terezov
e1dc573c3c
fix(GUM):set deviceId only when the device exists
пре 1 година
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
пре 2 година
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
пре 2 година
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
пре 2 година
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
пре 2 година
damencho
d7f6c2bbf0
feat: Introduces iAmVisitor mode.
пре 2 година
damencho
863fd12488
feat: Hide self-view and buttons in visitors mode.
пре 2 година
Robert Pintilii
22ded30b61
feat(audio-menu) Redesign audio picker menu (#12899)
Convert some files to TS
Remove unnecessary files
Implement redesign
Add noise suppression to picker menu
Fix Popover placement on browser resize
пре 2 година
Horatiu Muresan
42838e756c
fix(self-view) Hide self view when alone in meet as well (#12831)
пре 2 година
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
пре 2 година
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
пре 2 година
Alexey Matveev
c32866f6a2
flag to hide settings button in overflow menu (#12515)
* flag to hide settings button in overflow menu
пре 2 година
Saúl Ibarra Corretgé
7cd39b7983
feat(ts) make tsc happy
пре 2 година
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 >
пре 2 година
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
пре 2 година
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
пре 2 година
Robert Pintilii
2a321d6b1f
ref(TS) Convert some files to TS (#12364)
пре 2 година
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
пре 2 година
Robert Pintilii
be25ad855f
ref(TS) Convert some files to TS (#12307)
пре 2 година
Calinteodor
ad4707c660
feat(settings/native): start car mode in low bandwidth mode (#12286)
* feat(settings/native): start car mode in low bandwidth mode
пре 2 година
Robert Pintilii
7364c7f27b
ref(TS) Remove unnecessary ts-ignores
пре 2 година
Robert Pintilii
5c77f61037
ref(gifs) Convert feature to TS (#12264)
пре 2 година
Robert Pintilii
f5e60a7ca4
fix(filmstrip) Save stage filmstrip in settings (#12170)
Add config for stage participants number
Enable stage filmstrip by default
пре 2 година
Robert Pintilii
95084e1004
ref(TS) Convert some base features to TS (#12138)
пре 2 година
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
пре 2 година
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
пре 2 година
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
пре 2 година
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
пре 2 година
Robert Pintilii
8f5eabe1f2
ref(TS) Remove ts-ignores (#11979)
пре 2 година
Calinteodor
5ec6581d2e
feat(welcome/native): settings updates (#11830)
feat(settings/native): feature updates
пре 2 година
Robert Pintilii
44e5fa35af
ref: Convert some reducers to TS (#11904)
пре 2 година
nbeck.indy
6e32a146e3
feat(settings): add option to mute lobby knocking sounds
пре 3 година
Calinteodor
7c523f3250
language(typescript) actionTypes.js -> actionTypes.ts (#10940)
* language(typescript) first ts component, added ts configurations, actionTypes.js are now ts files
пре 3 година
Horatiu Muresan
d22d95e8a5
fix(prejoin) Consider user selection for prejoin only on mount
пре 3 година
Mihaela Dumitru
8e9034601d
feat(chat/settings) - add ephemeral chat notifications with user settings support (#10617)
пре 3 година
Дамян Минков
5dee37dd82
Self view refactor (#10620)
* feat: Drops hide self-view setting from profile tab.
* feat: Moves function for disableSelfView value in base/settings.
* squash: Drops notification.
* feat: Move hide self view option in more tab.
* feat: Move hide self view option in more tab.
* feat: Adds option to disable self view UI settings.
* squash: Disable settings when controlled from config.
пре 3 година
robertpin
41f11e5adb
feat(self-view) Added ability to hide self view
Added config option disableSelfView. This disables it on web and native
Added button on local video menu and toggle in settings on web to change the setting
пре 3 година
Andrei Oltean
a077043f1b
feat: (moderate-reaction-sounds) enable moderator to mute reaction sounds
пре 3 година
Saúl Ibarra Corretgé
2e7c06d045
fix(rn,welcome-page) don't create video track unnecessarily
We are no longer rendering it, so skip creating it altogether and make sure it's
destroyed on meeting end.
пре 3 година
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
пре 3 година
robertpin
605ce9db62
Added default state to persistance
пре 3 година
robertpin
c7a91e1974
feat(reaction-sounds) Added sounds for reactions (#9775)
* Added sounds for reactions
* Updated reactions list
* Added reactions to sound settings
* Added support for multiple sounds
* Added feature flag for sounds
* Updated sound settings
Moved reactions toggle at the top of the list
* Added disable reaction sounds notification
* Added reaction button zoom for burst intensity
* Fixed raise hand sound
* Fixed register sounds for reactions
* Changed boo emoji
* Updated sounds
* Fixed lint errors
* Fixed reaction sounds file names
* Fix raise hand sound
Play sound only on raise hand not on lower hand
* Fixed types for sound constants
* Fixed type for raise hand sound constant
пре 3 година
robertpin
c10805f81b
feat(sound-settings) Added ability to control sounds
пре 3 година
Andrei Gavrilescu
da7358d564
feat(audio-screen-share): improved ux flow (#9411)
* add button state / helper dialog
* new audio screen share flow
* change error message
* address a couple of merge conflicts
* fix lint
* address code review
* address code review
* restrict audio screen share on mobile browsers
пре 4 година
Hristo Terezov
f50872285d
ref(Filmstrip): Use Thumbnail component.
пре 4 година
Hristo Terezov
29f5d87d77
fix(prejoin): Don't overwrite display name with ''
пре 4 година