Chatwoot/app/javascript
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
..
dashboard feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
packs fix: AudioContext warning when loading widget on Chrome (#3956) 2022-02-28 21:43:24 +05:30
sdk chore: remove unnecessary dependent destroy (#4104) 2022-03-03 13:02:02 +05:30
shared feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
survey feat: Remove ionicons v2 dependency on widget (#3402) 2021-11-18 15:18:51 +05:30
widget fix: Show new message screen instead of input field (#4102) 2022-03-03 12:36:31 +05:30