There are two different types of signal to be sent via websockets:
signal from the initiator peer to all other peers (type:offer)
signal from the peer back to the intiator (type:answer)
error pops up if you accidently send the first signal back to the initiator instead of the second signal type
What version of this package are you using? Version "^9.11.0" What operating system, Node.js, and npm version? Manjaro node -12.8.3 npm -7.9.1
What happened? The above error occurs with almost no way to properly debug. no similar issues after searching on google and issue tracker
What did you expect to happen?
Are you willing to submit a pull request to fix this bug? no