Open Chaphasilor opened 4 years ago
Any way to rectify this, would love to contribute :)
Sure, start by forking the repo and setting it up locally, following the instructions in the readme. After that, you can tinker with the code and try to fix the issue (probably located in chat.js).
If you manage to fix this, feel free to open a pull request (after running npx prettier --write .
and if everything works it will be merged :)
When the second user connects, the first user's window will reload first. This resets any settings and therefore could be abused.
During a call, if one peer disables audio or video, the other peer could simply reload the page and re-join the call in order to trigger a reload for the first peer, causing the first peer to send audio and video again.