iachat/app/javascript/dashboard/components/widgets/WootWriter
Gabriel Jablonski ce39e54308
feat: add audio transcoding support for WhatsApp Cloud API (#220)
* feat: add audio transcoding support for WhatsApp Cloud API

- Introduced `Audio::TranscodeService` to handle audio transcoding to OGG/Opus format.
- Updated `Messages::MessageBuilder` to transcode audio attachments based on `transcode_audio` parameter.
- Enhanced `WhatsappCloudService` to normalize audio content types and send voice flag for recorded audio in OGG format.
- Added utility functions for audio conversion in JavaScript.
- Updated Dockerfile to include FFmpeg for audio processing.
- Added tests for audio transcoding and WhatsApp Cloud service interactions.

* feat: enhance audio handling with transcoding support and error management

* feat: improve audio transcoding error handling and enhance audio recording features

* feat: enhance audio transcoding process and error handling for better reliability

* feat: update recorded audio handling to support boolean and array formats
2026-02-22 16:21:50 -03:00
..
utils feat: add audio transcoding support for WhatsApp Cloud API (#220) 2026-02-22 16:21:50 -03:00
AudioRecorder.vue feat: add audio transcoding support for WhatsApp Cloud API (#220) 2026-02-22 16:21:50 -03:00
constants.js Adds character count to reply box 😳 (#1634) 2021-01-13 19:16:45 +05:30
CopilotEditor.vue feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30
CopilotMenuBar.vue feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30
CopilotReplyBottomPanel.vue feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30
Editor.vue feat: add enableCopilot prop to Editor and update ScheduledMessageModal to disable copilot 2026-02-18 10:47:25 -03:00
EditorModeToggle.vue feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30
FullEditor.vue fix: styles in ProseMirror URL prompt modal (#11256) 2025-04-08 12:38:28 +05:30
keyboardEmojiSelector.vue chore: Remove older UI (#11720) 2025-07-01 09:43:44 +05:30
ReplyBottomPanel.vue Merge branch 'main' into chore/merge-upstream-4.11.0 2026-02-17 23:05:26 -03:00
ReplyTopPanel.vue fix: Disable reply editor outside WhatsApp reply window (#13454) 2026-02-17 14:07:36 +05:30