Anton Voylenko
Anton Voylenko
When the browser page with running webrtc client closed by the user, the ongoing session is not being released and the session stays running without audio. Is it by design...
## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
Do not crash if pupPage is not exist Also closes https://github.com/chrishubert/whatsapp-api/issues/252
Fixes service crash described https://github.com/chrishubert/whatsapp-api/issues/287 and adds extra client envs
## Pull Request Checklist - [X] Have you added new tests to prevent regressions? - [X] If a documentation update is necessary, have you opened a PR to [the documentation...
# PR Details Adding second argument for `window.Store.SendSeen.sendSeen()` ## Description SeedSeen method does mark the chat as seen. Seems like the problem was with missing second argument for the seenSeen...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this a problem caused by your code, or is it specifically because...