jiti-meet/react/features/base/jwt
paweldomas 60e03e3dec feat: add join/leave sounds on mobile
Adds base/sounds feature which allows other features to register a sound
source under specified id. A new SoundsCollection component will then
render corresponding HTMLAudioElement for each such sound. Once "setRef"
callback is called by the HTMLAudioElement, this element will be added
to the Redux store. When that happens sound can be played through the
new 'playSound' action which will call play() method on the stored
HTMLAudioElement instance.
2018-03-13 16:57:28 -05:00
..
components feat: add join/leave sounds on mobile 2018-03-13 16:57:28 -05:00
actionTypes.js feat(overlays): CallOverlay is not really an overlay 2017-12-12 20:52:29 -06:00
actions.js feat(overlays): CallOverlay is not really an overlay 2017-12-12 20:52:29 -06:00
functions.js ref: move 'jwt' feature to 'base' 2017-10-12 14:43:09 -05:00
index.js ref: move 'jwt' feature to 'base' 2017-10-12 14:43:09 -05:00
middleware.js Coding style: naming, consistency 2018-03-04 19:28:44 -06:00
reducer.js [RN] Make full-screen more resilient on Android (Coding style: consistency) 2018-02-14 12:28:22 -06:00