Mihaela Dumitru
23be14697c
fix(whiteboard) remove limit dialog for jibri (#14947)
1 год назад
Hristo Terezov
2514617417
fix: Make all middleware functions sync.
Some middleware functions are declared as async. This wraps next(action) in Promise which will delay the execution of actions and also dispatch will return the its result always as a Promise.
1 год назад
Hristo Terezov
6d9bbe0376
fix(MainToolbar): replace hidden buttons.
Currently if a button in the main toolbar is not visible, the button is
not replaced by another button from the overflow menu.
1 год назад
Mihaela Dumitru
e3ee99754c
fix(debug) enable webview debugging (#14623)
1 год назад
Mihaela Dumitru
b3e1865fd8
fix(whiteboard/native) disable Android local storage
1 год назад
Mihaela Dumitru
37024b4f1f
fix(whiteboard) compute serverUrl once to limit rerenders (#14600)
1 год назад
Mihaela Dumitru
5282274856
fix(whiteboard) backend safe room hash
1 год назад
Calinteodor
3b546ea387
feat(whiteboard/native): ui fixes (#14585)
* feat(mobile/navigation): moved Whiteboard to Conference navigation and fixed screen options
1 год назад
Mihaela Dumitru
c7e80b6780
fix(whiteboard) adjust whiteboard ready check to work without config (#14486)
1 год назад
Saúl Ibarra Corretgé
4d5fb719d2
fix(whiteboard) handle metadata being null
1 год назад
Avram Tudor
e73c3b6697
feat(recordings) send recordings metadata
* ref: centralise conference metadata updates
* feat(recordings) send recordings metadata
1 год назад
Mihaela Dumitru
3f657c3ded
feat(whiteboard) add native implementation (#14327)
1 год назад
Mihaela Dumitru
1a39315001
feat(whiteboard) expose the excalidraw api (#13974)
2 лет назад
Damien Fetis
94c29180e4
fix(whiteboard) fix room id generation
Fixes: https://github.com/jitsi/jitsi-meet/issues/13921
2 лет назад
Mihaela Dumitru
006e8463cd
feat(whiteboard) add user limit (#13870)
2 лет назад
Robert Pintilii
2d8014775a
ref(toolbar) Move getButtons to functions (#13502)
Move visible logic inside each button
Move click functionality inside each button
Extract getButtons function from Toolbox components to functions file
2 лет назад
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2 лет назад
FIKRAT HUSEYNKHANOV
aaeb1a90e5
feat: add toggleWhiteboard to Jitsi API (#13292)
* add toggleWhiteboard to Jitsi API
* eslint recommendations applied
* Prevent to send whiteboard status change notifications for mobile
* Fix code style errors (eslint)
* Requested changes (by mihhu) have been made.
---------
Co-authored-by: Fikret Huseynkhanov <fikret.huseynkhanov@simbrella.com >
2 лет назад
Robert Pintilii
6afb7ba9a6
ref(TS) Changes types to interfaces (#13141)
2 лет назад
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
2 лет назад
Robert Pintilii
e95b964b78
ref(TS) Convert some Abstract classes to TS (#13099)
2 лет назад
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 лет назад
Emmanuel Pelletier
45b7f53294
Improve usability of toggled button labels (#12426)
* feat(a11y) buttons can now have toggled-aware a11y labels
2 лет назад
Emmanuel Pelletier
72dd609247
feat(a11y) add headings across the app for easier screen reader nav (#12427)
feat(a11y): added headings across the app for easier screen reader nav
2 лет назад
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
3 лет назад
Mihaela Dumitru
95b2979eb3
feat(whiteboard): use jitsi room name for socket io connection (#12610)
3 лет назад
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
3 лет назад
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
3 лет назад
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
3 лет назад
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
3 лет назад
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
3 лет назад
Mihaela Dumitru
11e13e1849
fix(whiteboard) use randomly generated room id for collaboration (#12321)
3 лет назад
Mihaela Dumitru
d0c22806ec
ref(participants) use enum type to store fake participants (#12316)
3 лет назад
Mihaela Dumitru
93406bb12c
feat(whiteboard) add initial implementation (#12185)
3 лет назад