Chatwoot/app/javascript/dashboard
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
..
api feat: Add agents filter in CSAT reports (#4106) 2022-03-04 03:49:26 -08:00
assets feat: Format time in reports (#4072) 2022-02-28 16:54:43 +05:30
components feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
helper chore: Pass sso_account_id to select the account during SSO Login (#4103) 2022-03-03 20:49:51 +05:30
i18n feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
mixins fix: Render valid urls only in custom attributes (#3921) 2022-02-07 13:04:27 +05:30
modules Chore: Fixes icon size in button (#3555) 2021-12-14 17:37:25 +05:30
routes feat: Add agents filter in CSAT reports (#4106) 2022-03-04 03:49:26 -08:00
store feat: Add agents filter in CSAT reports (#4106) 2022-03-04 03:49:26 -08:00
App.vue feat: Show refresh prompt on network disconnect (#3165) 2021-10-12 11:57:36 +05:30
App.Vue.spec.js Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
constants.js feat: Add all filter for conversations (#3102) 2021-09-29 16:23:39 +05:30