Chatwoot/app/javascript/shared
giquieu 96b719017b
feat: Ability to send voice message to channel (#4064)
Created the possibility to send audio as an attachment via the dashboard.
The channels that can send audio are the same channels that can send any type of attachment.
Used RecordRTC (https://github.com/muaz-khan/RecordRTC) to capture the audio and Wavesurfer (https://github.com/katspaugh/wavesurfer.js) to display the audio waves.
RecordRTC can be used to record videos if necessary.

Fixes #1973
2022-03-04 19:43:07 +05:30
..
assets feat: Add advanced contact filters (#3471) 2021-12-02 19:12:44 -08:00
components feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
constants feat: Show refresh modal on action cable disconnect (#4010) 2022-02-18 11:09:43 +05:30
helpers feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
mixins Feat: Support MMS in SMS Channel ( Bandwidth ) (#4046) 2022-03-02 15:09:56 +05:30
store feat: Display Account context in the UI (#4069) 2022-02-25 16:36:36 +05:30