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.
11 months ago
Robert Pintilii
f5fb402784
ref(TS) Convert some features to TS (#12366)
2 years ago
Tudor D. Pop
a618697e34
feat(notifications) revisit timeouts and make them configurable
3 years ago
Tudor-Ovidiu Avram
d91c546a1e
feat(external_api) allow notifications to be configured
4 years ago
Andrei Gavrilescu
d2c2919aef
feat: display noise detection notification (#4952)
* feat: display noise detection notification
* address code review p1
* Address code review p2
* bump lib-jitsi-meet version
5 years ago