jiti-meet/react/features/base/participants
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 [RN] Dynamically adjust LargeView's Avatar to available size (Coding style: comments, flow) 2018-02-13 09:58:43 -06:00
actionTypes.js feat(jitsipopover): convert to InlineDialog (#1804) 2017-08-14 10:02:58 -05:00
actions.js ref(notifications): stop passing around Notifications component 2018-02-12 17:53:29 -06:00
constants.js feat: add join/leave sounds on mobile 2018-03-13 16:57:28 -05:00
functions.js [RN] Dynamically adjust LargeView's Avatar to available size (Coding style: comments, flow) 2018-02-13 09:58:43 -06:00
index.js ref(avatar): Move Avatar and Participant view to base/participants 2017-03-02 16:57:43 -06:00
middleware.js feat: add join/leave sounds on mobile 2018-03-13 16:57:28 -05:00
reducer.js Coding style 2017-10-18 13:21:46 -05:00
sounds.native.js feat: add join/leave sounds on mobile 2018-03-13 16:57:28 -05:00
sounds.web.js feat: add join/leave sounds on mobile 2018-03-13 16:57:28 -05:00