waha icon indicating copy to clipboard operation
waha copied to clipboard

[BUG][NOWEB] - Add preview for Video in Status messages

Open sg957 opened this issue 1 year ago • 2 comments

When sending a story status of a video, the messages sent in the engine are not displayed on the client until the download of the entire video is finished, unlike the normal sending of a status through the application, which has a preview and the file is downloaded while it is playing,

patron:PRO

sg957 avatar Sep 18 '24 08:09 sg957

Hi! Could you try with the example video? Just tested it on the latest version - works good, it has the preview

POST /api/{SESSION}/status/video

{
  "contacts": [
    "[email protected]"
  ],
  "file": {
    "mimetype": "video/mp4",
    "filename": "video.mp4",
    "url": "https://github.com/devlikeapro/waha/raw/core/examples/video.mp4"
  },
  "caption": "string"
}

patron:PRO

devlikepro avatar Sep 23 '24 07:09 devlikepro

Hi! waiting for the feedback for few days and will close the issue if don't get it

patron:PRO

devlikepro avatar Sep 27 '24 09:09 devlikepro