Closed jeevatrippy closed 4 years ago
I am also facing this same issue
There are many reasons this could happen. I'm not going to debug your code, sorry. If you can make reproducible demo or clearly define where is the issue in simple-peer itself that is fine, otherwise this is not a generic WebRTC support forum, so we can't physically help everyone with their apps.
I'm also facing the same issue when i run code on broadband or wifi connection. when my both peer device is on cellular data then it works well try it on cellular data.
issue solved by doing these changes to bundle created by browserify or watchify kk-007/webrtc-video-call@62fd277
Duplicate of #657
i create one video call application Laravel & ReactJS (based on WebRTC) , in this when i call to another member i get this error
app.js:8443 Uncaught RTCError: Transport channel closed
app.js:73056 Uncaught Error: Connection failed. at makeError (app.js:73056) at Peer._onConnectionStateChange (app.js:73698) at RTCPeerConnection.Peer._pc.onconnectionstatechange (app.js:73160)
here is my code
anyone help mee thanks in advance