Chatwoot/app/javascript/dashboard/components/widgets/WootWriter
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
..
AudioRecorder.vue feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
constants.js Adds character count to reply box 😳 (#1634) 2021-01-13 19:16:45 +05:30
Editor.vue bug: fixes link icon doesn't work in the campaign editor (#3447) 2021-11-23 15:26:26 +05:30
ReplyBottomPanel.vue feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
ReplyTopPanel.vue fix: Fixes wrong color for note tab in reply box (#3566) 2021-12-14 20:09:52 +05:30