fix(whatsapp): send voice note text separately

This commit is contained in:
Peter Steinberger
2026-04-25 18:54:33 +01:00
parent 617e1dd6bf
commit 9ffe764416
9 changed files with 64 additions and 16 deletions

View File

@@ -664,6 +664,8 @@ reply delivery. When the channel is Feishu, Matrix, Telegram, or WhatsApp,
the audio is delivered as a voice message rather than a file attachment.
Feishu can transcode non-Opus TTS output on this path when `ffmpeg` is
available.
WhatsApp sends visible text separately from PTT voice-note audio because clients
do not consistently render captions on voice notes.
It accepts optional `channel` and `timeoutMs` fields; `timeoutMs` is a
per-call provider request timeout in milliseconds.