Joseph Garrone
4ef4e45ee4
fix(styles) Remove Theme type annotation (#12544)
* tss-react doesn't need a type anotation for the Theme
* Update tss-react to 4.4.4
hace 3 años
Shawn
93ab7725e7
feat(toolbox) notify click for hangup-menu and end-meeting menu button
hace 3 años
Robert Pintilii
4bd27730ce
ref(TS) Convert some features to TS (#12523)
hace 3 años
Calin-Teodor
cdb2436b73
feat(base/ui): updated BUTTON_TYPES imports based upon native or web
hace 3 años
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
hace 3 años
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
hace 3 años
Alexey Matveev
215c2825de
fix(rn) fix hangup all action
Co-authored-by: Alexey Matveev <malex@1forma.ru >
hace 3 años
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
hace 3 años
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 >
hace 3 años
Calinteodor
67cf6e6d18
feat(base/ui/native): removed unused files and updated imports (#12477)
* feat(base/ui/native): removed unused files and updated imports
hace 3 años
Robert Pintilii
687837310a
ref(components) Replace some InlineDialogs with Popover (#12453)
Remove comments referencing InlineDialog
hace 3 años
Robert Pintilii
faec46dd17
ref(popover) Update Popover to support click trigger (#12447)
Convert Popover to TS
Update OverflowMenu to use Popover instead of InlineDialog
hace 3 años
Robert Pintilii
6ab996568b
ref(TS, rn) Fix some TS errors on tsconfig.native (#12432)
hace 3 años
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
hace 3 años
Robert Pintilii
748b66b04a
ref(toolbox) Convert feature to TS (#12413)
hace 3 años
Robert Pintilii
ca4db54e6e
ref(overflow-menu-button) Change to function component (#12411)
Use makeStyles instead of withStyles
hace 3 años
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
hace 3 años
bogdandarie
485c875ee5
feat(config) add ability to hide speaker stats
hace 3 años
Horatiu Muresan
ceb1cd9673
fix(screenshare-jwt) Disable screen share based on jwt
hace 3 años
Calinteodor
be93fbd512
feat(toolbox/conference/audio-mode/chat/native): UI fixes and updates (#12375)
feat(toolbox/conference/audio-mode/chat/native): UI fixes and updates
hace 3 años
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
hace 3 años
Jaya Allamsetty
3f78de2d34
fix(virtual-backgroud) Remove desktop share as virtual background.
Its no longer supported in multi-stream mode.
hace 3 años
Horatiu Muresan
02da4a1c42
fix(hide-buttons-on-jwt) Fix getting disabled buttons (#12326)
hace 3 años
Mihaela Dumitru
e30b0306f9
fix(whiteboard) account for moderation rights (#12323)
hace 3 años
Calinteodor
ad4707c660
feat(settings/native): start car mode in low bandwidth mode (#12286)
* feat(settings/native): start car mode in low bandwidth mode
hace 3 años
Robert Pintilii
6c9441fa7b
ref(ui-components) Update ContextMenu and move it to base/ui (#12318)
hace 3 años
Horatiu Muresan
a2d0492007
feat(toolbar-buttons) Hide buttons disabled through JWT (#12261)
hace 3 años
Mihaela Dumitru
93406bb12c
feat(whiteboard) add initial implementation (#12185)
hace 3 años
Robert Pintilii
5c77f61037
ref(gifs) Convert feature to TS (#12264)
hace 3 años
Saúl Ibarra Corretgé
02f5987187
feat(rn,conference) show participants pane in the top bar
Replace the invite button, which is accessible within the participants
pane.
Show the screen-sharing button in the toolbox when space allows, and fix
it so it's rendered when outside the overflow menu.
hace 3 años
Bogdan Duduman
48db099134
feat: include sort members eslint changes
hace 3 años
Horatiu Muresan
35442c6094
fix(external-api) Fix notify audio muted/audio available
hace 3 años
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
hace 3 años
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
hace 3 años
Robert Pintilii
c9bbc6c762
ref(TS) Remove unnecessary ts-ignores (#12136)
hace 3 años
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
hace 3 años
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
hace 3 años
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
hace 3 años
Calinteodor
c77e2c8301
feat(settings/native): fixes and updates (#12094)
feat(settings/native): fixes and updates
hace 3 años
Robert Pintilii
3403d7bec2
ref: Convert reducers to TS (#12101)
hace 3 años
Stefan Weil
882d343e8b
chore(typos) fix some typos
hace 3 años
Horatiu Muresan
cc5a3e499f
feat(aot-prejoin) Add support for showing AOT on prejoin
hace 3 años
wfleischer
09efaecc41
feat(conference) add end conference
Add the ability (for moderators) to end the meeting for everyone.
hace 3 años
Jaya Allamsetty
7951dc3ce7
fix(audio-only) Do not enable video automatically when audio-only is disabled (#12056)
* fix(audio-only) Do not enable video automatically when audio-only is disabled.
hace 3 años
Robert Pintilii
dfb2a07cfa
ref: Convert material-ui files to TS (#12013)
Convert files that use material-ui to TS (needed for material-ui upgrade)
hace 3 años
Saúl Ibarra Corretgé
77d687952d
feat(jwt) deprecate and remove enableFeaturesBasedOnToken
The new behavior is as follows:
IF a user has a token and `features` is not set, we treat it as if the
feature was enabled.
IF a user has a token and `features` is set, we check if the feature
name has a value of "true".
`isJwtFeatureEnabled` also provides a way to specify the default value
in case there is no token.
hace 3 años
Robert Pintilii
8f5eabe1f2
ref(TS) Remove ts-ignores (#11979)
hace 3 años
Robert Pintilii
002d0fed42
ref(security-dialog) Use new input component for password (#11946)
hace 3 años
Calinteodor
5ec6581d2e
feat(welcome/native): settings updates (#11830)
feat(settings/native): feature updates
hace 3 años
Robert Pintilii
4e1af131fb
ref(typescript) Remove unnecessary ts-ignores (#11914)
hace 3 años