Mihaela Dumitru
23be14697c
fix(whiteboard) remove limit dialog for jibri (#14947)
1 rok temu
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 rok temu
Mihaela Dumitru
37024b4f1f
fix(whiteboard) compute serverUrl once to limit rerenders (#14600)
1 rok temu
Mihaela Dumitru
3f657c3ded
feat(whiteboard) add native implementation (#14327)
1 rok temu
Mihaela Dumitru
006e8463cd
feat(whiteboard) add user limit (#13870)
2 lat temu
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2 lat temu
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 lat temu
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
2 lat temu
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
3 lat temu
Mihaela Dumitru
95b2979eb3
feat(whiteboard): use jitsi room name for socket io connection (#12610)
3 lat temu
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 lat temu
Mihaela Dumitru
11e13e1849
fix(whiteboard) use randomly generated room id for collaboration (#12321)
3 lat temu
Mihaela Dumitru
d0c22806ec
ref(participants) use enum type to store fake participants (#12316)
3 lat temu
Mihaela Dumitru
93406bb12c
feat(whiteboard) add initial implementation (#12185)
3 lat temu