jiti-meet/react/features/base/media
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 ref: enable/disable microphone button 2017-07-28 12:06:42 -05:00
actions.js fix(media_actions): remove unused actions 2017-10-13 09:50:48 -05:00
constants.js [RN] Refactor video muting 2017-08-04 16:07:48 -05:00
functions.js [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
index.js Consistent middleware and reducer imports 2017-02-10 11:04:40 -06:00
middleware.js Restructures the analytics events (#2333) 2018-01-03 13:24:07 -08:00
reducer.js [RN] Refactor video muting 2017-08-04 16:07:48 -05:00