Uncaught Error: [object RTCErrorEvent]
Uncaught Error: [object RTCErrorEvent] at p (index.js:17) at RTCDataChannel._channel.onerror (index.js:490)
In my video chat application using WebRTC this issue arises in chrome. Does not happen everytime but occurs frequently. Does anyone know what the cause is?
Please review #747 and see if it is applicable. Otherwise, you will need to provide more detail.
@jarretttaylor I have the same issue. what I'm trying to do is send chunks of data from one user(host) to 2 or more users(all connected through simple-peer) and after some chunks have been sent/received one of the peers gives this error. is there something wrong with what I'm doing ?