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
The SimpleSignalClient code will receive error randomly if another peer's website page refresh .
After checking this problem, we cannot catch this error.
Right now we can avoid this issue it by this way
Because we cannot catch this error, so I try to avoid to throw it when ERR_DATA_CHANNEL error happen.
So we can at least implement dynamically peer remove/add in the room.
The text was updated successfully, but these errors were encountered:
The RTCErrorEvent will be throw as err in events/events.js if we don't handle peer('error'). So I put it in client code.
peer.on('error', (err)=>{ console.log(err) })
This is issue is solve by this pull request #36
Sorry, something went wrong.
No branches or pull requests
The SimpleSignalClient code will receive error randomly if another peer's website page refresh .
After checking this problem, we cannot catch this error.
Right now we can avoid this issue it by this way
Because we cannot catch this error, so I try to avoid to throw it when ERR_DATA_CHANNEL error happen.
So we can at least implement dynamically peer remove/add in the room.
The text was updated successfully, but these errors were encountered: