You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make sure we're converting the file to the right format (depending on engine) before sending it.
We can add asis: False flag (should it be True or False by default?) - meaning if it's asis: True - we'll try to send file as is, without applying format convertion pipeline.
But if it's False we'll adjust the payload if required before sending a voice/video message
Add asis flag
WEBJS - Automatically convert to the right format if asis: False
NOWEB - Automatically convert to the right format if asis: False
WEBJS - when "sendVideo" and docker image is chromium based ask using devlikeapro/waha-plus:chrome docker image
The text was updated successfully, but these errors were encountered:
Right now when you send vioce or video there's no conversion happens for most cases and it causes questions and issues
https://waha.devlike.pro/docs/how-to/send-messages/#send-voice-imagesversionspluspng
https://waha.devlike.pro/docs/how-to/send-messages/#send-video-imagesversionspluspng
Audio Base64 #720
[BUG][WEBJS] - sendVoice Not Working #400
[BUG][WEBJS + NOWEB] - /api/sendVoice doesn't work properly #284
We need to make sure we're converting the file to the right format (depending on engine) before sending it.
We can add
asis: False
flag (should it beTrue
orFalse
by default?) - meaning if it'sasis: True
- we'll try to send file as is, without applying format convertion pipeline.But if it's
False
we'll adjust the payload if required before sending a voice/video messageasis
flagasis: False
asis: False
chromium
based ask usingdevlikeapro/waha-plus:chrome
docker imageThe text was updated successfully, but these errors were encountered: