iachat/app
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
..
actions feat: Add additional attributes in setUser method (#3958) 2022-02-28 12:10:55 +05:30
assets feat: Fixes #1940 WCAG support for website widget (#2071) 2021-09-02 12:13:53 +05:30
builders Chore: clean up Reporting Events (#4044) 2022-02-28 18:16:12 +05:30
channels chore: Migrate PubSub Token to contact inbox (#3434) 2021-11-22 23:32:17 +05:30
controllers feat: Add agents filter in CSAT reports (#4106) 2022-03-04 03:49:26 -08:00
dashboards feat: Add the ability for a super admin to define account limits (#3946) 2022-02-14 15:55:08 +05:30
dispatchers Chore: clean up Reporting Events (#4044) 2022-02-28 18:16:12 +05:30
drops fix: Add fixes for sentry errors (#3522) 2021-12-09 11:50:28 +05:30
fields feat: Add the ability for a super admin to define account limits (#3946) 2022-02-14 15:55:08 +05:30
finders Fix: Conversation filter permissions (#3908) 2022-02-03 18:25:28 -08:00
helpers Feat: Support MMS in SMS Channel ( Bandwidth ) (#4046) 2022-03-02 15:09:56 +05:30
javascript feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
jobs feat: bulk actions to update conversation objects (#3934) 2022-02-23 16:53:36 +05:30
listeners feat: Toggle automation status (#3991) 2022-03-01 14:14:23 +05:30
mailboxes Fix: parse verification mail (#3864) 2022-01-27 15:45:26 -08:00
mailers Add openssl verify mode and email encryption for smtp configuration (#3885) 2022-02-08 03:26:13 -08:00
models feat: Add agents filter in CSAT reports (#4106) 2022-03-04 03:49:26 -08:00
policies feat: Clone and update automation rules (#3782) 2022-01-20 15:30:21 -08:00
presenters revert: "fix: html content is available and mail_part empty" (#3986) 2022-02-15 17:19:28 +05:30
services Feat: Support MMS in SMS Channel ( Bandwidth ) (#4046) 2022-03-02 15:09:56 +05:30
views feat: Add flat design for widget (#4065) 2022-02-25 16:18:18 +05:30
workers fix: Update auto reply and hide reply time for email inbox (#3985) 2022-02-15 17:11:28 +05:30
test-matchers.js Initial testing with jest (#133) 2019-10-15 00:18:46 +05:30