Skip to content
New issue

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

iceConnectionStateChange and RTCDataChannel #755

Open
freaksN opened this issue Jun 23, 2019 · 1 comment
Open

iceConnectionStateChange and RTCDataChannel #755

freaksN opened this issue Jun 23, 2019 · 1 comment

Comments

@freaksN
Copy link

freaksN commented Jun 23, 2019

Hi guys,
after having worked on App for chatting with SimpleWebRTC, which was functioning normally, some problems have started to occur.
All of the sudden when 2 or more peers are connected to the same room after a couple of seconds the following is printed out on the console and there is no more connection between the peers.

**SimpleWebRTC event: iceConnectionStateChange Event {isTrusted: true, type: "iceconnectionstatechange", target: RTCPeerConnection, currentTarget: RTCPeerConnection, eventPhase: 2, …} simplewebrtc.bundle.js:15106**

**SimpleWebRTC event: signalingStateChange Event {isTrusted: true, type: "signalingstatechange", target: RTCPeerConnection, currentTarget: RTCPeerConnection, eventPhase: 2, …} simplewebrtc.bundle.js:15106**

**SimpleWebRTC event: channelClose RTCDataChannel {label: "simplewebrtc", ordered: true, maxRetransmitTime: 65535, maxRetransmits: 65535, protocol: "", …} Event {isTrusted: true, type: "close", target: RTCDataChannel, currentTarget: RTCDataChannel, eventPhase: 2, …}**

And this happen overnight. The code was not changed at all it just happening automatically. Any idea what has happed and how to fix this problem ?

@fippo
Copy link
Contributor

fippo commented Jun 27, 2019

this was probably due to the crash that should have been fixed by simplewebrtc/signalmaster@7d46834

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants