2025.6.2
devlikeapro/waha2025.6.2Jun 11, 2025by devlikepro
AI Summary
Adds built-in media conversion capabilities for voice and video files, eliminating the need for external `ffmpeg` dependencies.
Key Highlights
- NEW: `convert: true` flag for `/api/sendVoice` and `/api/sendVideo`
- NEW: API endpoints for converting media before sending
- WEBJS: Update chrome and puppeteer
New Features
- Media Conversion API for Voice and Video
- Built-in media conversion without external ffmpeg
Full Release Notes
**🆕 NEW**
- `2025.6.2` - Add `convert: true` flag (`false` by default) to `/api/sendVoice` and `/api/sendVideo` - [#724](https://github.com/devlikeapro/waha/issues/724)
- `2025.6.2` - Add API to convert voice and video files before sending it - [#724](https://github.com/devlikeapro/waha/issues/724)
- [**POST /api/{session}/media/convert/voice**](https://waha.devlike.pro/docs/how-to/send-messages/#media---convert-voice)
- [**POST /api/{session}/media/convert/video**](https://waha.devlike.pro/docs/how-to/send-messages/#media---convert-video)
- No more `ffmpeg` required, just use `convert: true` or convert API!
**⚙️ Updates**
- `2025.6.2` - **WEBJS** - update chrome, puppeter
**Full Changelog**: https://github.com/devlikeapro/waha/compare/2025.6.1...2025.6.2