jiti-meet/react/features/reactions
robertpin 5367d43c26
fix(reactions) fix reactions bugs
* Fix: removed web actions from common middlewares

* Fixed raise hand sound

Fix sound to play on raise not lower and work on keyboard shortcut as well

* Fixed reaction keyboard shortcuts

Register shortcuts only when there's more than one participant

* Enforce reactions feature flag on reaction received

* Disable reactions by default on native

* Enable reactions on native by default

* Sort props alphabetically

* Created isreactionsEnabled function

* Remove unused imports

* Fix. No longer show toolbox on reactions and jibri

On message received don't show toolbox for jibri

* Fix isReactionsEnabled function for native

On native check for flag and config option as well
2021-08-31 13:00:27 +02:00
..
components fix(reactions) fix reactions bugs 2021-08-31 13:00:27 +02:00
actionTypes.js feat(reaction-sounds) Added sounds for reactions (#9775) 2021-08-23 12:57:56 +03:00
actions.any.js fix(reactions) Batch events before sending 2021-07-20 14:31:49 +03:00
actions.native.js fix(reactions) fix reactions bugs 2021-08-31 13:00:27 +02:00
actions.web.js feat(reaction-sounds) Added sounds for reactions (#9775) 2021-08-23 12:57:56 +03:00
constants.js fix(reactions) fix reactions bugs 2021-08-31 13:00:27 +02:00
functions.any.js fix(reactions) fix reactions bugs 2021-08-31 13:00:27 +02:00
functions.web.js feat(reactions) Added Reactions (#9465) 2021-07-13 09:50:08 +03:00
logger.js feat(reactions-webhook) Added reactions backend call for webhook (#9534) 2021-07-15 15:23:48 +03:00
middleware.js fix(reactions) fix reactions bugs 2021-08-31 13:00:27 +02:00
reducer.js feat(reaction-sounds) Added sounds for reactions (#9775) 2021-08-23 12:57:56 +03:00
sounds.js feat(reaction-sounds) Added sounds for reactions (#9775) 2021-08-23 12:57:56 +03:00