Anton Voylenko
Anton Voylenko
The `vote_update` event is not being dispatched by the service. Feel free to switch to a forked project, where this event is added https://github.com/avoylenko/wwebjs-api or you can open PR with...
This means that something wrong with connection state of the client. Try to run the browser not in the headless mode to see whats happening there.
Not yet implemented. See https://github.com/pedroslopez/whatsapp-web.js/issues/3384
@carefulcomputer i have implemented the method in a forked project https://github.com/avoylenko/wwebjs-api. Feel free to switch until @chrishubert is implemented the route here.
See https://github.com/pedroslopez/whatsapp-web.js/issues/3609 Feel free to switch to the forked project https://github.com/avoylenko/wwebjs-api where the library was updated.
Exactly as you created your first session.
1. Start new session under **new_session** name: `GET http://localhost:3000/session/start/new_session` 2. Scan QR code using mobile phone after visiting the link below: `GET http://localhost:3000/qr/new_session/image` 3. Webhook events for this session will...
Might be https://github.com/chrishubert/whatsapp-api/issues/352
See related issue https://github.com/chrishubert/whatsapp-api/issues/366
There is nothing what can be done to decrease the RAM usage as a single instance runs a separate Chromium instance. Might be good to take a look at the...