We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
leaveRoom
removeEventListener()
setTimeout
해결
peer.destroy()
peer?.removeAllListeners()
clearTimeout
The text was updated successfully, but these errors were encountered:
feat : leaveRoom socket event, peer disconnect toast alarm #20
a368b9c
fix: end call user removes all peer listener #20
5b92bf3
feat: clearTimeout when click hang out button before 3 seconds #20, o…
9644d28
…nVoteFail event when at least one person doesn't answer #21
feat: end call when all opponents left #20
f05459c
feat: cannot vote when call is ended #20
95a923a
No branches or pull requests
leaveRoom
이벤트가 중복되어 호출되는 이슈removeEventListener()
로 이벤트를 제거하는 장치를 둠setTimeout
이 계속 실행되던 이슈해결
peer.destroy()
이후,peer?.removeAllListeners()
를 호출하여 모든 이벤트를 제거clearTimeout
을 호출The text was updated successfully, but these errors were encountered: